-
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
4 months ago
-
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…
-
From Sanjog's wishlist:
["In a"] toit program we should vae info like Organisation-ID, device UUID, Container name, toit program name in container and upload date time of last container install. las…
-
# résidence Etoile – ynot
[https://fischerpj.github.io/ynot/posts/etoile/](https://fischerpj.github.io/ynot/posts/etoile/)
-
With alpha.75, and http v2.1.
At some point my connection seems to have had an issue:
```
******************************************************************************
EXCEPTION error.
DEADLINE…
-
```
main:
x /any := "str"
print 3 + x
```
yields
```
Class 'string' does not have any method 'add_from_small_integer_'.
0: SmallInteger_.+ /core/numbers.toit:966:20
1: main …
-
I ran the example as-is to get this error:
```
➜ toit git:(main) ✗ jag run 04-come_closer/come_closer.toit
Running '04-come_closer/come_closer.toit' on 'bold-town' ...
04-come_closer/come_closer.…
-
**Définition du fini :**
L'issue sera fermée lorsque les assets divers seront créer et insérer dans le projet unity.
**Liste des tâches à réaliser :**
- [x] Terre
- [ ] ~~Chemin terre~~
- [x] Baril
-…
-
- While running the example code for UART read,
- I am getting an error stating, "BufferedReader class was deprecated; use io.Reader instead." Why?
- I am also not able to use `read-string` …