toit icon indicating copy to clipboard operation
toit copied to clipboard

Program your microcontrollers in a fast and robust high-level language.

Results 148 toit issues
Sort by recently updated
recently updated
newest added

This addresses a comment from #2134: https://github.com/toitlang/toit/pull/2134/files#r1520983255

cla-signed

The zlib codec blocks if `write` is used. We need to `try-write` instead.

cla-signed

Hello Friend, I can compile Toit release 1.6 but the newest v2.0.0-alpha.143 fails to compile. Here are my whole process. sudo apt install build-essential cmake ninja-build golang-1.21 python-is-python3 glibc-tools cd...

Seems like host print is actually println, is there something without the /n ?

It could be that we want to handle this with retries on the client side instead. Let me know what you think.

cla-signed

Perhaps because I'm transliterating programs written in other languages into Toit, the mistakes surprise me a little. In the original program `/` converted to float division but in the transliterated...