Kasper Lund

Results 28 issues of Kasper Lund

We're missing the networking primitives on Windows. The similar code for BSD / POSIX targets is: https://github.com/toitlang/toit/blob/master/src/resources/dns_posix.cc https://github.com/toitlang/toit/blob/master/src/resources/tcp_bsd.cc https://github.com/toitlang/toit/blob/master/src/resources/udp_bsd.cc

enhancement
critical
platform-windows

The instructions in the README file only show how to do this Linux and macOS hosts.

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 MCP9808 sensor, we could...

help wanted
driver

Let's leave the warning in there for a few versions (introduced in v1.5.0).

good first issue

It seems pretty common that we cannot complete the HTTP /identify request in 600ms. Perhaps we need a higher default timeout when we're scanning specific addresses because it involves a...

good first issue

Jaguar doesn't behave very well if the NVS partition becomes corrupt. We've seen it fail in the `flash_kv_init` primitive, so maybe we can catch that error and clear the NVS...

enhancement

Reported by @muhlpachr. It seems 'jag monitor' hangs sometimes on Windows: ``` PS C:\Users\michal\test> jag monitor -a Starting serial monitor of port 'COM11' ... o world! 158 Hello world! 159...

bug
platform-windows

Anonymous crash reports can significantly improve the stability of Jaguar over time. When `jag` crashes, it would be good to gather non-personal information about the crash for analysis. Something along...

enhancement

Could we let 'jag run' and 'jag watch' start from URLs to make it really straightforward to try examples? ``` sh jag run https://github.com/toitlang/toit/blob/master/examples/hello.toit ``` Extra points if it could...

enhancement
question