Ryan Thomson
Ryan Thomson
Can you provide a way to consistently reproduce this issue?
I'm currently implementing the shortcut as a service (Application Menu > Services > Toggle Dark Mode). I know of two situations where the shortcut won't work right now. The first...
At this point, the biggest blocker for improving keyboard shortcuts is building a custom UI for setting the shortcut. SwiftUI, as it exists currently, doesn’t really give the type of...
Just giving a small update on this issue. I was looking into integrating [sindresorhus/KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) into this project since it has a nice built-in control, but it was causing layout/positioning issues...
Interesting idea, but I'm not sure if the implementation could be practical enough that people would actually want to use it. * Depending on how good the sensor data is,...
The solution is to set up your config like this: ```js { jsxFactory: 'h', jsxFragment: 'null', } ``` See these test cases: https://github.com/developit/vhtml/blob/96fe21e63a983d7a8f52d8c51a0c994490313abc/test/vhtml.js#L177-L191
edcsa is being brought in by [python-jose](https://github.com/mpdavis/python-jose), which has not had a release since 2021. Most of the Python ecosystem seems to have moved to [pyjwt](https://github.com/jpadilla/pyjwt).
> The real shape of components is deliberately hidden. Doing something like this is prone to break because it's relying on private API. Maybe this is the case starting in...
Fixed in next release
Closed as not planned