Jerome Gravel-Niquet

Results 78 issues of Jerome Gravel-Niquet

We just started getting that last night: ``` panic: slice index starts at 15827 but ends at 8192 Thread 0 Crashed: 0 core 0x558771457352 core::slice::slice_index_order_fail (mod.rs:2758) 1 core 0x558770cec47b [inlined]...

In our use case, we're accepting small patches to a JSON document and we'd like to be able to validate the changed path only. From a public API standpoint, we'd...

In the [`fly`](/superfly/fly) CLI, we have a command named `test` (like `fly test`). We also have a "global" option to specify and environment `-e, --env `. The issue is if...

We've noticed the heap goes way up when decoding large array buffers (uint8array) into a utf-8 string. We're using `text-encoding` in [`@fly/fly`](/superfly/fly) (a way to run Service Worker-like code in...

# Describe the bug After some time, some `firecracker` processes on our hosts grow to use as much CPU as possible (100%). Inside the guests, CPU usage is low (2-3%)....

Quality: Bug

Maybe I missed it, but I'm unable to deserialize a raw binary value as a `Vec`: ```rust #[test] fn some_test() { let b = rmp_serde::to_vec(&rmpv::Value::Binary(vec![0u8; 16])).unwrap(); let v: Vec =...

I'm running into the following issue: ``` $ packr2 build -v --tags "json1" -ldflags="-X 'main.Version=1.0.0.0-dev'" -o bin/flyd ./cmd/flyd // tons of logs // ... DEBU[2021-07-12T11:09:17-04:00] go build -v --tags json1...

It so happens that browserify-rails uses the same CLI options for checking the dependencies and actually compiling the file. - `-d` is not necessary when checking dependencies - `--list` is...

I've been working on creating a sys crate for [`dqlite`](https://github.com/canonical/dqlite) but I'm having issues using libsqlite3-sys with it. Link to the (very simple) project: https://github.com/jeromegn/libdqlite-sys If I'm not using libsqlite3-sys...

I'm trying to use this package programmatically, but I'm running into a few issues. I'm sure this is not the intended way to use this tool, but it'd work nicely...