Jerome Gravel-Niquet
Jerome Gravel-Niquet
Not entirely sure what's happening here, but it looks like some folder structure is missing. ``` $ img pull h2non/imaginary Pulling h2non/imaginary... Pulled: sha256:b7127656b47f01cb9a88cd3e82aca6d2b1e480ecd79345964271c5dddb852d5e Size: 88.3MiB $ img unpack -d...
Undocumented Crystal feature, but useful for debugging. Example: https://github.com/crystal-lang/crystal/blob/master/spec/std/ecr/ecr_spec.cr#L15-L31
Note: I've successfully got bindgen to work under macos. I had to modify the scripts a bit, but I was able to compile clang and everything. I just couldn't get...
Protect some routes via a 3rd party auth system (in this case: Google.) We had that with the old platform (sites), pretty sure it would still be useful.
With our use case, we make a lot of small writes. This creates a rather large history. When saving the document in its compressed binary format, I was expecting this...
As discussed externally: it would make a lot of sense for storage to be pluggable for our use-case. Keeping a whole document in-memory (including its history) does not make much...
Maybe this is already a feature, but I can't figure out the syntax. I made a template called `sys.rs` and put it in the right path, but none of these...
IDE support
Is there a known way for something like rust-analyzer to work on these scripts? I think if I add a Cargo.toml with all the crates I use in my scripts,...
We use nats-pure.rb in a Rails environment, spawning multiple threads (because: puma, for example), and it seems to be wrecking havoc in certain scenarios. (We've already contacted a maintainer of...
### Feature request Using a Rust-based Docker API client would remove the dependency on a local Docker client (provided by the `docker` CLI). This makes it easier to use a...