Jérémie Drouet
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....
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
👋 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 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...