Markus Unterwaditzer
Markus Unterwaditzer
go for it!
@i-am-logger gave it a quick look, code looks okay. here's three requests: * please remove the devenv stuff, it has nothign to do with this PR * if you are...
you can currently validate functionality by turning on the test heuristic which will produce warnings. a button that produces that warning directly is probably more convenient
I think there's a few bugs: 1. rayhunter does not shut down when initialization of the diag device on the main thread fails. I think this is because we do...
pcap of uninitialized diag device (no sim card in device) [836554.zip](https://github.com/user-attachments/files/23189627/836554.zip)
`config.toml.in` and `rootshell` are also in the main folder of the zipfile, tempted to remove those too. wdyt?
Removed those two files as well. the docs don't mention them
i suggest having a section in Troubleshooting that tells people to look at the treeshaking page, and then yeah, some smaller improvements to treeshaking page that link the user to...
If only `1.)` is going to be implemented, i guess `r.encoding = None` and requests will use chardet?
well, the other option i see is to make the writer generic over the inner writer, and expose a type alias like `type TokioEntryStreamWriter = EntryStreamWriter