John-Kim Murphy
John-Kim Murphy
Someone [posted this workaround on Reddit](https://www.reddit.com/r/sveltejs/comments/11hsz5o/enable_vs_code_breakpointsdebugging_for_sveltekit/?utm_source=share&utm_medium=web2x&context=3) (but I haven't been able to get it to work. Maybe a Windows+git bash issue?).
> Ref. https://blog.datawrapper.de/dualaxis/ **So apparently the author of that article [responded on HN](https://hw.leftium.com/#/item/40393435):** *(emphasis mine)* > Author here. Thanks for setting the context: Datawrapper – the data vis tool I...
I worked around this by using a regular `` and overriding Pico's styling like this: ```css button { display: inline; width: auto; } ``` - See the buttons here: https://m.leftium.com/...
> Weather codes are ordered by severity. @patrick-zippenfenig Do you have a source for this? While higher WMO code generally indicates higher severity, there seem to be exceptions. For example:...
Work-around: restarting WingetUI causes the scoop buckets to be updated, too. **Before restarting WingetUI:**  **After restarting WingetUI:** 
Here is a (reference) API for reverse geocoding: https://openweathermap.org/api/geocoding-api#reverse
> As a workaround, I think the following code will work fine. > > ```svelte > {@html `(${setInitialClassState.toString()})();`} > ``` @ota-meshi : this workaround no longer seems to work with...
I think the cause is related to this: [Script debugger reports “operation not allowed”](https://stackoverflow.com/q/26172459/117030). > I'd bet it's an undocumented design limitation, and not necessarily a bug. These re-referenced function...
Airycons maps pretty nicely to Open-Meteo WMO codes: https://weather-sense.leftium.com/wmo-codes [Source code](https://github.com/Leftium/weather-sense/blob/62d94b403f198c5531cf9e74f09d995249eb6a5a/src/lib/util.ts#L46-L85) if you wish to use my WMO mappings: - WMO codes slightly reordered so severity increases more consistently. -...
I have made a "periodic table" of the WMO condition codes. Each code has its own unique Pico CSS color; some icons had to be re-used: https://weather-sense.leftium.com/wmo-codes - The [source...