Simon Binder

Results 50 issues of Simon Binder

I have a builder that needs to know how types in its input relate to some known static types. For this, it currently runs two analysis steps: 1. `resolver.libraryFor('package:drift/src/drift_dev_helper.dart')`: This...

This makes the Rust sync client the default option when connecting. Users can still use the legacy client if necessary. This also ports the logic to set `connected: true` before...

This: - Adds `IOLocalStorage.pathFor`, allowing users to resolve paths against the local storage implementation and avoids them having to replicate the `join(await getApplicationDocumentsDirectory())` everywhere. - Adds the `OpfsLocalStorage` implementation storing...

This adopts pnpm version 10 and switches to corepack to install it in GH actions instead of using an explicit setup step. That then allows using the package cache built...

This: - Updates the Node version we use for tests to v22 (v20 will become unsupported soon). - Adopts corepack for managing the pnpm version. - Uses dependency caching from...

For hooks emitting code assets, it has become a sort-of established pattern to download precompiled binaries instead of compiling them from scratch (this is e.g. what `icu4x` and `sqlite3` do...

package:hooks
package:hooks_runner

When searching for an NDK, this now considers: - `$ANDROID_HOME/ndk/*/` directories. - If the environment variables `ANDROID_NDK`, `ANROID_NDK_HOME`, `ANDROID_NDK_LATEST_HOME` or `ANDROID_NDK_ROOT` are set (as they are in GitHub actions), those...

package:native_toolchain_c
package:hooks_runner

User defines are typically used to control how a hook compiles native code. Sometimes, one might want to use different options depending on the target operating system or architecture. So...

package:hooks_runner

I'm running into an issue with `NativeCallable` combined with `NativeFinalizer`s. In some C libraries, one can provide a cleanup function when registering a callback. That cleanup function would get called...

area-vm
library-ffi
triaged