Dax Huiberts
Dax Huiberts
First of all, this is a fantastic little tool I just found! Thanks for creating this! I've already completed the first day and manually submitted the answers and only then...
### Summary I tried following the install instructions for Ubuntu on https://buildpacks.io/docs/tools/pack/ but after adding the PPA doing a `sudo apt-get update` gives ``` Err:8 http://ppa.launchpad.net/cncf-buildpacks/pack-cli/ubuntu hirsute Release 404 Not...
I am talking to a webserver which uses chunked transfer encoding with an additional trailer, similar to what is explained here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Trailer But I'm getting a "Error while decoding chunks"...
This replaces all the stack based `RSValue`s to heap based `RSValue`s. This will simplify the upcoming rust implementation a lot by only having to support a single type of `RSValue`....
This PR contains several small fixes and cleanups related to my work on RSValue. Each of the commits is an independent fix. I combined them into one PR for easier...
This is a try-out to see what the performance is when making RSValue twice as large.