Mark Steward
Mark Steward
This issue won't fix itself, it's just propagating into other repos and articles.
Got hit by this because dependabot suggested it as a security fix. Might be nice to throw an error instead of silently replacing characters above 0x7f with U+FFFD?
Being able to scan a list of IPs with set of vhosts would be extremely useful. I can't think how to reliably do this with "networking related hacks". Something like...
Ahh, thanks, I'll see what I can find out then. I have a bit of time to dig into this sort of thing right now. I suppose worst case I...
> All the bundlers also support UMD. Using ES modules in browsers directly is still rare, but we definitely want to explore that at some point. Related: #6391 Using ES...
The +1s aren't very helpful. Try esm.sh as a workaround for now: ```html { "imports": { "mapbox-gl": "https://esm.sh/[email protected]" } } ... import mapboxgl from 'mapbox-gl'; mapboxgl.accessToken = '...'; const map...
@silke-99 ahh yeah I do see that in the logs now, but I was going off the mysterious "Authentication error" in the UI. I think it's worth including in release...
Thanks! I read in the past that a traffic-aware request counted as two requests, but I see now that's not right and there's a separate lower limit for the Pro...
During waking periods the sensor responds on port 5555, with humidity on attribute 4 and temperature on attribute 8. It seems to accept a request to update every 10 minutes...
This makes working with doubles infuriating as you need to override the storage for every function signature, and then use the mouse to add the correct mappings. Another probably identical...