-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
service getters return Array instead of Map #80
Conversation
Great idea. for the microphone/speaker thing, for me, personally was more clear before. non native english speaker probably understand better microphone/speaker, source and especially sink is very techincal. But I also understand that who writes code should know these things |
speaker/microphone makes a lot more sense to me too as a non native speaker, but I feel the technical terms should be used regardless |
mention and explain gjs to make it clear that its not running on nodejs
* add variable stop and start methods * add transform method option
Currently services that have a
Map
containing objects likeHyprland.workspaces
orBluetooth.devices
return their internalMap
object. With this PRgetter
methods return an Array that can be easily iterated through withmap
and will have aget<Item>
method that will still offer a way to get items by their id.Also renamedAudio.microphone
toAudio.source
andAudio.speaker
toAudio.sink