messani
messani
Expected behavior: I have an rpi-pico program where littlefs is used. I want to prepare the filesystem in my PC and then flash this filesystem into the rpi-pico. After filesystem...
System verison: Kubuntu 22.04 Midnight commander version: 4.8.27 littlefs version: v2.5 littlefs disk version: v2.0 FUSE library version: 2.9.9 fusermount3 version: 3.10.5 using FUSE kernel interface version 7.19 Description: I...
In your example files are sent to client this way: `context.HttpContext.Response.Body = File.OpenRead(filename);` But Stream returned by function OpenRead is never disposed explicitly. It is not possible to write to...
Headers in http request should be case insensitive. Header is parsed in file RawHttpRequestReader.cs. I think that dictionary for headers should be case insensitive. Somethink like this: `var headers =...
I think that timers in simavr are not precise. I will try to describe it... I made callback in HOST code: ``` void callback(struct avr_t * avr, avr_io_addr_t addr, uint8_t...