Ondřej Hruška
Ondřej Hruška
I'm still exploring actix-web, so I may have missed something. If the routes were known ahead, then yeah your solution works fine Here's how the app is started: ```rust use...
I have some packet dumps with trendlogs if it could help move this forward (but they use segmentation because of the large packet size)
I'm trying to upgrade from 0.4 today, all the tokio changes were a bit difficult, but this issue got simpler: my previous workaround no longer needs unsafe and can be...
Even if you don't disable default features, upgrading to rustls 0.22 would be very useful. I work on a large project where we finally removed dependencies on rustls 0.18 and...
reproc error persists for me (Arch Linux, GCC 13.1.1). Did a fresh clone from your fork. Build with `linux-build-all.sh` fails almost immediately. The unit tests here use GCC 11 so...
I'm on linux and maybe this is the same bug, but honestly I'm not sure as I'm new to both meson and vscode. The definition looks like this: ``` bl_exe...
I tested this hack, but it ended up breaking some other charts, so I had to revert it. I don't remember what was the exact problem, unfortunately - but we...
Ah, okay, good to know. I locked our Highcharts to version 10.0.0 after hitting the bug #17300 in 10.2.0. I'll try again, maybe the update is now possible.
Same problem here, how do you use this app? There's no card browser or search (in the fdroid version at least), and no link from AnkiDroid to edit a card...
This works, but it can fail due to TOCTOU - someone else can snatch the port before you open the real socket. A solution would be to return the socket...