Bas Zalmstra
Bas Zalmstra
Merge the code from https://github.com/mun-lang/example-rs into this one and update the spaceship example.
Currently, all types store a `layout` which describes the size and alignment of storing a specific Type. For primitives and structs this is a dynamic value but for arrays and...
I would like for every user on the server that is able to login (through oauth) to be assigned a default role other than the `default_role`. Specifically, I want to...
Is it possible to "yank" certain package versions? This means that when querying for package versions the yanked version is not listed but it is still available for download. This...
I just noticed you've been working on a new garbage collector for LuaJIT. I tried building the repo on windows but got a few errors regarding some missing defines (`LJ_GC_ARENA_SIZE`...
I noticed that the GCS backend is missing pre signing URLs. I think it should be relatively trivial to add with `reqsign` already being used there. I'll get around to...
Adds the `override_content_disposition` field as described in #1735 Fix https://github.com/apache/incubator-opendal/issues/1739
Im building a content addressable store where files in storage are named after their content hash. When requesting a certain file from our service we look up the content hash...
Parallel decoding is significantly faster in my benchmarks which is amazing! I was wondering when you are planning to release this to crates.io?
Im working on reading zip files over http using http ranges. To do that correctly I first fetch the last couple of bytes from archive to read the central directory...