Mike Bremford
Mike Bremford
Minor suggestion - JSON requires double-quotes to be used for strings, so it would make sense to change the output of the various plugins to use these rather than single...
Test for a subtlety in the spec which currently only Gecko passes, but which doesn't seem to be tested by any other tests in css-lists except for those also testing...
I'm trying to use websocat as a client to test a server WebSocket implementation which is designed to take large messages (both text and binary). But I seem to be...
Re issue https://github.com/moscajs/aedes/issues/147, the basic requirement in any authentication scheme is knowing the username specified during the CONNECT phase. So I think this really should be in the core API,...
Not exactly a feature request, but: the supplied examples are very simple and didn't cover a use case I wanted, which was to allow a WebSocket connection to pre-log-in with...
I've been chasing an issue all morning with LXC containers, and the solution turns out to be quite simple. I think it would be useful to add an option to...
This is an idea based on comment by @svgeesus at https://github.com/w3c/csswg-drafts/issues/6435#issuecomment-1170139635 > We now have on WPT automated running of all tests - but in four browsers, three of which...
Create document.head if it doesn't exist, as it might not when parsing an XHTML file
After programming my EEPROM I found my hat details did not appear in `/proc/device-tree-hat`, until I stumbled across this: https://forums.raspberrypi.com/viewtopic.php?p=1865033&hilit=%2Fproc%2Fdevice+tree%2Fhat#p1865033 I had ``` custom_data end ``` adding some random data...
It's unclear how the format for parameters encoded in a URL are supposed to play with existing URL fragments in SVG. The current SVG spec lets you combine a _timesegment_...