Florian Loitsch

Results 128 issues of Florian Loitsch

We don't seem to have `binary.HOST_ENDIAN`.

Maybe at the same time as #304

cleanup
compiler

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.

cleanup

We should invoke `random_add_entropy_` with meaningful values.

bug

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.

enhancement

Would be nice to have a way to let a program automatically restart when it crashes. (For example when a connection goes down...)

enhancement

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...

enhancement
Implemented

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...

discriminator
clarification