Gys
Gys
Great idea ! Very useful :-) An additional idea: I often use STOP and CONT to pause processes that take a lot of energy while I do not have power....
Operating system and bit: MacOS Catalina 10.15.2 ## Description Is it possible with robotgo to get the selected text in MacOS? Ideally I want to be able to select a...
I can open `https://go-app.dev/reference` in Safari (latest iOS 15.4) on my iPhone X. But as soon as I scroll down (swipe up) a little, the page reloads. The same happens...
Hi ! I am using this package to know if the user can hear sound. The getVolume() works great. But I noticed that on iOS devices the hardware silence switch...
Maybe this is useful to others as well. Its a style that I use to hide buttons that are disabled. I use it for disabledStyle. The hidden button will still...
I like this :-) However, currently I am building an app based on a list of records where each record has several time.Time fields. Turns out dumping such fields produces...
Hi I think this should be in the readme as well. I do not have a postgres db running. Why not use sqlite3 as default db ? Less external dependencies...
Hi I never used Glide and installed it specifically now to just follow the install. However, running 'go install' (which I think should better be 'go build' anyway) I ran...
I assume I completely misunderstand how this example code should work. My apologizes in advance. I built the signal-handling.go example without any modifications. Both for MacOS 12.6 and Ubuntu 22.04.1...
Hi I am trying to parse an array but cannot get is to work. My test code below produces an error: Array index on non-array map[] Is a first top-level...