-
I just ran into a hang running the test suite on Sonata with reduced UART FIFO sizes (we're moving to small FIFOs to save on FPGA resources). The core issue was a write to `stderr` which goes to `uart…
-
This should be fixed since 1.8.7: https://github.com/picolibc/picolibc/commit/c4b55b01f6d8a238e25aa16d28be0f6fe52e0c43
including `stdio.h` or `cstdio` will result in subtle to obvious breakage:
…
-
`./autogen.sh && make` on macOS Monterey with the Xcode compiler fails with an error. It looks like `stdio_ext.h` is a glibc and Solaris thing, but not present on Mac (or the BSD family tree generall…
-
the examples on the website should include some or all of:
* read the rest of stdin into a string, until EOF
* block until a line of input has been read from stdin, and return it
* read up to X b…
mk270 updated
2 months ago
-
Using stdio.prompt hangs on linux. Doesn't seem to affect windows users after asking some peers to test it for me
Repro:
- Run `stdio.prompt` in any script
- Run the script
- The prompt should…
-
-
this **may** be a dupllicate of #241 but I'll provide some extra repro steps, it may take a few tries.
Run `lune` and type in these two lines:
```lua
stdio = require("@lune/stdio")
stdio.prompt(…
-
Add Exercises on Stdio, Read, Write and Files.
-
I am trying to create a PicoBB system with VGA, STDIO over UART and no USB but it gives me the following error during make with the following options:
`~/projects/Raspberry_Pi_Pico/pico/PicoBB/con…
-
Hi,
I just downloaded this with Mason and I am using it with neovim. I suddenly found out that I cannot spawn threads and when I check with htop I see that harper-ls is using about 150 theads:
!…