Felix

Results 112 comments of Felix

It is probably `weather.condition.text` from the api response that provides the text like 'cloudy', 'mostly sunny' etc. If you want to translate it, maybe the best starting place is to...

I am equally annoyed the flicker, but have not found a way to prevent it yet 😅

A few things changed when it comes to screen handling in Sonoma, so this might be related. There are a few open issues still so I am hoping to look...

Unfortunately this use case is not supported yet. Widgets don't really work as self contained react components, mostly because of the way they integrate with the rest of the app

can I ask what your use-case is? Specifically, why are you importing them into one 'master' widget instead of leaving them as individual widgets?

It's a known issue. Mojave is stricter when it comes to intercepting key strokes. All apps now need assistive rights to be able to listen to keystrokes when not active....

that's odd. The `console.log` ends up in stderr, which is why you need to use `error.message` to grab the output. If you redirect stderr to stdout like so ```sh osascript...

Thanks for the PR - it helped me to quickly pin down the issue with fsevents! There was some more work to be done to get Sparkle working, but I...