Nicolas Mattia
Nicolas Mattia
We [recently ported a repo](https://github.com/dfinity/ic/pull/3508) to `hermetic_cc_toolchain` and have noticed a huge spike in build times on our CI. When trying to narrow it down, it looks like the compilation...
When using (a [recent](https://github.com/bazel-contrib/rules_foreign_cc/commit/77d4483fadbb1b7bcace18ed8e8e87e8791050f6)) `rules_foreign_cc` I'm getting determinism issues in the toolchains. In my case the checksum of both the make and pkgconfig binaries change every time they're built: ```...
**Describe the bug** There seems to be a couple ways the output base ends up in build outputs: 1. the toolchains exes (symlinks) use absolute paths 2. the generated config...
I'm not sure how to make `send-jwt-header` work. I'm enabling it as an env var: ``` - AUTH_SEND_JWT_HEADER=true ``` but unfortunately after going through the GitHub auth flow, I end...
Hi, I love using picographics (with micropython), and I was wondering if it'd be possible to have an asynchronous interface for `update()`? From a quick look [at the source](https://github.com/pimoroni/pimoroni-pico/blob/e8260bf521af16f4b9a374081412061679c44d94/micropython/modules/picographics/picographics.cpp#L629) it...
This is the result of running the following command: ```bash tools/buildifier -r -mode fix "$PWD" ```
The zig toolchain produces bad output every now and then. This is more likely on short, concurrent builds. One way to reproduce this reliably is to use a `configure`-style build...
> [!NOTE] > Follow up from https://github.com/petzval/btferret/issues/25#issuecomment-3369303458 I'm trying the keyboard example with Apple devices (iOS, iPadOS, macOS). I can "connect" to the device, but the pairing always times out...
This adds a link to uht (micro HTTP), a small webserver I wrote some time ago. Thanks for curating the list!
This expands the `rust_test` environment make variables directly instead of using the "build script" helper. The build script helper is incorrect here and this leads issues in Bazel 8. Note:...