Douglas Teoh
Douglas Teoh
> I have just installed it on Catalina 10.15.4 via brew and it doesn't seem to work - I have also manually added it into the accessibility allowed apps. Any...
That is very strange. There is no code in SQA that intentionally plays a sound. I have not heard that sound effect go off before...
Okay, I finally am able to reproduce this on demand. I tend to press and hold "Cmd" first, then "Q", so I don't hear anything. If I do the reverse...
Please give v0.7.0 a go, it *might* fix this issue...
I cannot reproduce this anymore, I suspect that there might be some interference with other global key bindings or some issue particular to the local setup.
Currently out of scope and would require an overhaul of application internals to support arbitrary key presses.
After doing some prototyping, it is not possible to provide an accurate count of "open" "windows". It is possible to provide a count of visible (eg. not minimized into the...
Rebuilding the package is enough. I did: ``` carthage build DefaultsKit --platform macOS ``` ... and it works again after the Xcode upgrade.
Hey guys, I also ran into the same issue but finally got a working setup with v6.1.3, vitest 0.34.6 and pnpm. I have a React project created by Vite. My...
I'm not using any hook libs but just a regular `navigator.clipboard.writeText(contents)` where `contents` is a string value and it fails.