Stephan Walter
Stephan Walter
Using ```go writeLen := util.Min(512, totlen-written) ``` seems to be optimal, as the MTU size is also limited elsewhere. The value 1024 suggested by @LockeKK will therefore not result in...
Please have a look at my attempt in cnlohr/rv003usb#77. At the moment I'm not sure if pulling in a whole (if minimal) USB stack into py32f0-template is a good idea....
The crash on https://www.oev-info.ch/de no longer occurs beginning with 69d0646, though that didn't touch `CalculationResult::multiply_by`. ~There is however a new crash in `GridFormattingContext` on that site introduced with 32c467c by...
According to @AtkinsSJ, `CalculationResult::multiply_by` needs updating, so maybe keep this issue open for that? Playing around with the mentioned web site, I found another crash with fd3f8b7, see attached files...
I also ran into this. I think it would be best if the `.vscode` directory with sensible defaults could be added to the repository. The following `launch.json` worked for me:...
Turns out that my configuration isn't that useful, because the main Ladybird binary forks multiple processes. The interesting bits happen in the child processes, which GDB doesn't follow. Skimming the...