Eric Seidel
Eric Seidel
I wrote this patch hoping to make `ExitCode.success.code` usable from within a const expression. But it turns out that it's still not usable within const. However the code is now...
Flutter seems to have landed on using dart.vm.product to indicate release mode. https://api.flutter.dev/flutter/foundation/kReleaseMode-constant.html How Flutter sets it: https://github.com/flutter/flutter/blob/b7c500fc6bf04e44156722cd053020595d1fbd35/packages/flutter_tools/lib/src/compile.dart#L197 I was looking for something similar for "dart web" builds, and failed...
See https://github.com/eseidel/workspaces_mirrors for repro. The analyzer seems to get into a "mirrors OK" or "mirrors not OK" mode and with workspaces the latter wins out if Flutter is included, thus...
Currently if you have a logger.progress running and control-C the CLI, you'll end up with you terminal in a broken state. Not entirely sure why. One solution might be to...
We've had at least one large customer ask for SAML (Okta) support. We use Dart on the server. There isn't a Dart SAML service-provider library on pub.dev as far as...
We have some audit logs internally, but do not currently expose them via the console. This will be a feature requested by enterprise accounts.
e.g. https://console.shorebird.dev/ci/checks/49728828277 (which is private on my personal account). If I click on it in the morning when my Shorebird session has expired I get: Which once I click through...
Shorebird used to have `shorebird versions use` which would download/install a flutter version and customers used this to pre-cache Shorebird artifacts within a docker container. https://github.com/sncf-connect-tech/shorebird-docker/blob/main/Dockerfile-shorebird-android We've removed `shorebird versions...
We've mostly had requests for GitLab so far. Our CI backend is agnostic to what it's connected to, just have to write an integration for the specific source code hosting...