Florian Loitsch
Florian Loitsch
We don't seem to have `binary.HOST_ENDIAN`.
Somehow the tests were never included in the test-suite. More annoyingly, the cmake file needs to pass specific flags to exercise the test correctly.
It should be easy to create a new project without modifying a full checkout of the toit repository. The toit checkout should be shared among different projects.
Would be nice to have a way to let a program automatically restart when it crashes. (For example when a connection goes down...)
It would be nice if the client supported empty ranges. VSCode automatically squiggles the identifier at the position of the zero-length range. See https://github.com/Microsoft/language-server-protocol/issues/257 Even just highlighting the character at...
I just implemented a JSON-Schema validator and would like to add OpenAPI support to it. I'm now stuck at adding discriminators with the "allOf" variant. According to the spec a...