Gabriel Terwesten
Gabriel Terwesten
I'm experimenting with a little VM to evaluate expressions that are only known at runtime. Unfortunately, just the dispatching of instructions through [a long switch statement](https://github.com/blaugold/dart-vector-tile-renderer/blob/bab1b17d7f8b8677f7eb1dbc02d5404bf74f758b/lib/src/themes/expression/vm/vm.dart#L181) takes about 50% of...
## Description [CBL](https://github.com/cbl-dart/cbl-dart/tree/main/packages/cbl) is a Couchbase Lite SDK for Dart and Flutter. It supports all native platforms for standalone Dart and Flutter. Couchbase Lite is an embedded NoSQL database with...
## Bug report **Describe the bug** When `GoogleProviderConfiguration.clientId` is always set to the Web client ID, as suggested by the docs for `GoogleProviderConfiguration`, the app crashes on iOS during sign...
The license badge (https://badgen.net/pub/license/cbl) for one of my Dart packages is broken. Where the license name would be is just some HTML.
Currently, developers install a global version of Melos on their machines, while in CI, the version of Melos is usually pinned. To better align what version of Melos is used...
This issue is for collecting and discussing breaking changes for a future major release so that we can batch them and make it easier for users to migrate. We should...
### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description The hook should run as part of...
While looking at `Backtrace.cc` I found something that I either don't understand or is a bug. `Backtrace::Backtrace` calls the factory `Backtrace::capture` instead of the internal method `_capture` to capture the...
I would like to be able to create a `Hub` and make it replace the root `Hub` within a Dart `Zone`, and similarly make a span the current span within...
This is a feature that is relevant to Dart and Flutter apps. I would like to have the ability to trace transactions that perform some work in another isolate and...