Gabriel Féron
Gabriel Féron
Note: this doesn't exactly work yet as we'd like to, as it errors with the following message ``` While resolving toolchains for target @@bazel_tools//tools/cpp:current_cc_toolchain (2f4faa5): toolchain type @@bazel_tools//tools/cpp:toolchain_type resolved to...
@ahumesky I finally took the time to make it work as I wanted to. It involves adding a `dummy_cc_toolchain` like it is done in `rules_rust` for wasm32 (which doesn't have...
This is ready to review and 🚀 - we're using it as-is in our workspace and everything works nicely.
Fair point, I guess that could be a problem. However, if this is required, we could maybe think of introducing a feature that users need to toggle once per host...
One more data point if that helps: I just noticed that the `flutter` command downloads Android SDK modules, and accepts licenses automatically by default.
> The zip file still exists, it's just not published on the download pages because people kept downloading the wrong thing and then filing bugs about it not being compatible...
This is indeed an unfortunate side-effect. I think it's time I add in `presage` a small scheduled job system like every other Signal clients. I'm sure there are crates that...
Converting to draft so I don't merge it by accident 😅
Could anybody in the team review #469 or #468 depending on the preferred change? We're running a patched version of `auth0_flutter` and I would be happy if this fix could...
> Please remove all println statements from the codebase Sure, I mostly wanted to first know which approach you favor. EDIT: done.