Florian Loitsch

Results 128 issues of Florian Loitsch

[repro_33547304427-8.tar.gz](https://github.com/user-attachments/files/23568155/repro_33547304427-8.tar.gz) [repro_42660807680-1.tar.gz](https://github.com/user-attachments/files/23568154/repro_42660807680-1.tar.gz)

Use it from the Container class.

cla-signed

The following program yields an error: ``` class A: foo/int constructor: try: foo = 499 finally: print "done" ``` ``` ᐅ toit analyze /tmp/t.toit /tmp/t.toit:4:3: error: Field 'foo' not initialized...

The Provision example currently crashes (with pretty high probability): https://github.com/toitware/toit-provision/blob/53b6c211e3ea34de6ca090c3533e95cf164a3cc6/examples/ble-provision.toit Use https://play.google.com/store/apps/details?id=com.espressif.provble on Android to test with that example. ``` [jaguar] INFO: program 12fc88d3-3617-b983-1f34-41ad35e7c4e4 started For a QR code, open...

Install the following code as a container with jaguar: ``` import http import certificate-roots import net main: certificate-roots.install-common-trusted-roots network := net.open client := http.Client network response := client.get --uri="https://toit.io" response.body.drain...