Dillon Nys
Dillon Nys
Related to: https://github.com/dart-lang/pub/issues/3563 I recently published [native_storage](https://pub.dev/packages/native_storage) which is a hybrid package, capable of being used in Dart-only and Flutter contexts. It has no direct or transitive dependencies on the...
Fixes https://github.com/dart-lang/setup-dart/issues/118 Ensures that downloads of the Dart SDK zip file carry the `.zip` extension so that subsequent calls to `Expand-Archive` on Windows succeed. ## Notes - The diff of...
When installing on Windows 11 (ARM64), I get the following error: ``` Installing the windows-arm64 Dart SDK version 3.3.0-174.3.beta from the beta (release) channel. https://storage.googleapis.com/dart-archive/channels/beta/release/3.3.0-174.3.beta/sdk/dartsdk-windows-arm64-release.zip ... C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile...
#### Description of changes: Small improvements to the wording of TOTP content #### Related GitHub issue #, if available: #5854 ### Instructions **If this PR should not be merged upon...
Cleans up state machine tests and adds some more checks to verify expected behavior.
The current local storage implementations persist across login sessions. A session storage implementation would allow persistence across app restarts but not across logins.
- [ ] Allow cloud functions to reliably access a filesystem - [ ] Provide some persistence mechanism or an alternative strategy - [ ] Create documentation and examples See:...
Related to #40. Based off a [Discord](https://discord.com/channels/1161348994346266684/1206768521195954226) thread. It is common to have a set of service providers shared between functions on the backend (for example, Sentry). Currently, in order...
This RFC is intended to collect feedback on Celest’s developer experience around serverless APIs and functions. We are sharing it as early as we can to give you the ability...
Updates the thumbprints to include both of GitHub's certificate authorities. See: https://github.blog/changelog/2023-06-27-github-actions-update-on-oidc-integration-with-aws/ This should fix some issues we've seen with e2e workflows lately.