Nikolai Vincent Vaags
Nikolai Vincent Vaags
Hi, I discovered that when I was deserializing larger numbers in json payloads retrieved using `fetch`, there were off. If they are too large, deserialization completely fails with something like...
Hi, first of all thanks a lot for this project! As part of attempting to use linux on an Apple M1 laptop, I'm trying to run Appgate SDP v6.0.1 through...
With Reqwest 0.12 out, this is needed to allow library users to provide their own reqwest 0.12 client. for example, we had ```rust let client = client::ClientBuilder::default() .into_client::(&api_url, app_name, &instance_id,...
I'm using flatpak to run various games using the linux installers from GOG. These installers can sometimes be quite large, and seem to be a good use case for the...
resolves issue #959, and aligns the exit method used with that in rnx. I noticed that rnx uses `exit(x)` in all instances, whilst rncp always uses `RNS.exit(x)`, but I've opted...
Running e.g. `rncp -p | cat` outputs nothing, while e.g. `rnx -p | cat` outputs identity information. This makes e.g. parsing `rncp -p` to get the listening identity in scripts...