Arnaud Rocher

Results 5 issues of Arnaud Rocher

## Expected Behavior `awc` behavior being consistent with its API documentation. ## Current Behavior `awc` does not set `User-Agent` header by default, despite the presence of the following method, and...

# Expected Behavior Pushing an application to a device in local mode should take advantage of build layer caching. # Actual Behavior Given the following multi-stage `Dockerfile.template`: ```Dockerfile FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:14-buster-build...

Hello. First of all, thank you for those great libraries. Unless I misunderstand, the statements of lines 135-140 in the extract below do not reflect how the code is doing....

Hello, If I understand correctly, `cargo hfuzz` passes the following argument to `hongfuzz` binary: https://github.com/rust-fuzz/honggfuzz-rs/blob/dc32d1968c3eff128ec0d72b5e5b3682c2f4cdea/src/bin/cargo-hfuzz.rs#L176-L177 But I can't find the `-f` flag anywhere in https://github.com/google/honggfuzz/blob/348a47213919f14b9453e89a663b1515369bd9a2/docs/USAGE.md. In the doc, the flag...

Starting from `@fresh/plugin-vite` v0.9.11, using fonts from `node_modules` does not work in development mode. In production build, the fonts are bundled and used as expected. Up to version 0.9.10 of...