-
```
example.toit:31:9: error: Argument mismatch for 'List.sort'
Argument '--in-place' was passed with block type, but must be non-block
items.sort --in-place=: | a b | a[1] < b[1] ? 1 : -1
…
-
# résidence Etoile – ynot
[https://fischerpj.github.io/ynot/posts/etoile/](https://fischerpj.github.io/ynot/posts/etoile/)
-
Seen on 1.6.0-pre.35.
```
EXCEPTION error.
AT_COMMAND_TIMEOUT
0: Session.send. /at/session.toit:291:22
1: Session.send_ /at/session.toit:333:22
2: Session.send …
-
Salut Yoan, j'ai fait une petite modif de rien sur le PCB ce matin.
Je cherchais une façon d'intégrer des connexions pour actionner des relais externes plutôt que directement les moteurs.
J'ai réali…
-
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 transliterat…
igouy updated
3 months ago
-
```
==1244076== Mismatched free() / delete / delete []
==1244076== at 0x484127F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==1244076== by 0x20F850: toit::tracing_free(void…
-
Help me out here. I'm new to toit & haven't gotten anything to work yet so maybe I've not set up VS Code correctly but in trying to run sht31_demo I got this output:
> 1970-01-01T00:00:23.356683Z: …
-
Hi,
when having a MQTT client running for a while, I see a strange behaviour:
In irregular time ranges, following error shows up:
```
EXCEPTION error.
Connection closed
0: tcp_error_ …
-
Can you make examples with code of the TOIT language ?
-
The [Adafruit MCP9808](https://www.adafruit.com/product/1782) is a high accuracy I2C-based temperature sensor breakout board. There is no Toit driver package available for it yet. If you have an MCP98…