Jérémie Drouet

Results 65 issues of Jérémie Drouet

Create a docker image for `pigpiod` and pushes it to the hub when done on master. You need to put your username and password in the secrets to be able...

**Problem** Trying to build an app for armv7 in a docker container with qemu. The current result is explained here with the steps to reproduce it : https://github.com/jdrouet/docker-bug-value-too-long **Steps** 1....

C-bug
A-git

This bench is made to only test the speed of the libraries, not the capacity of the language to load files from the filesystem.

This PR follows a question asked on discord. Signed-off-by: Jérémie Drouet

https://crates.io/crates/miette

enhancement

👋 Hey! First, thank you for this wonderful project. I'm writing here because I'm trying to write a git extension called [git-metrics](https://github.com/jdrouet/git-metrics) which would allow to store metrics regarding the...

According to https://en.wikipedia.org/wiki/Metric_prefix, the kilo prefix should be a lower cased `k`. ## Overview This PR proposes a fix for the kilo prefix, that should be a lower cased `k`...

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 4 vulnerabilities in the dockerfile dependencies of this...

When compiling the linter [complained ](https://github.com/jdrouet/ext-php-rs/actions/runs/10925975755/job/30328756324?pr=1#step:3:1490)that `php8x` was not defined. I fixed it using `rustc-check-cfg` as defined [here](https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html#cargorustc-check-cfg-for-buildrsbuild-script). The compiler also [complained](https://github.com/jdrouet/ext-php-rs/actions/runs/10925975755/job/30328756324?pr=1#step:3:1384) that `cfg(docs)` was invalid. It's because it should...