Gabriel Féron
Gabriel Féron
Returns the body of the HTTP response in a `Err` when the response status is not 200 instead of ignoring the error and just returning the body. Note: this has...
In some cases (for example when using [kube2iam](https://github.com/jtblin/kube2iam) in Kubernetes), you know the IAM role ARN you need to request the metadata API for, which means you can avoid requesting...
The release link in the README points to the Google code archive, and there hasn't been any tarball release since 2013! Maybe you should make a new one, or simply...
Making it possible to compare `PhoneNumber` for a sort-order.
We have a mixed language build and spent a bit of time trying to understand why platforms aren't propagated (well, ignored) when building a `ios_application` target, but worked fine when...
Set the `apns-push-type` header (mostly to support background notifications, but I mapped all the possible values). ## Due Dilligence * [ ] Breaking change * [x] Requires a documentation update...
I'm running a build with `+output_groups=dsym` and in some conditions in CI, the build fails with the following error: `Failed to write bazel-out/applebin_ios-ios_arm64-opt-ST-55c05c3eeee9/bin/XXXXXXXXXXXX.framework-intermediates/symbols_output/0D911365-E3B1-37ED-AFC6-D4FBB0160CB1.symbols: You don’t have permission to save the...
When using a `apple_xcframework` target in the `deps` of another, I get a linking error. I've seen the work from e6a22d7017813bc1825b3e5fbeb525311f4d9cf8 and thought this would fix my issue. My workaround...
On Linux, and to some extent on macOS, Swift ships with its own version of `clang`. Our problem: we have a tree with a lot of targets for different platforms,...
Will be used in https://github.com/whisperfish/libsignal-service-rs/pull/241 instead of having this in `libsignal-service-rs`.