Brett Morgan
Brett Morgan
_Description of what this PR is changing or adding, and why:_ _Issues fixed by this PR (if any):_ ## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections...
### Describe the problem It looks like the current auto submit strategy for dependabot PRs is flailing. Halp? ### Expected fix _No response_ ### Additional context _No response_
I attempted to use the getting started code from the `README.md` and it failed miserably. I had to dig into the example to find out how to use `YaruThemeData` and...
### Steps to reproduce 1. Check out https://github.com/domesticmouse/codelabs/tree/95bd5ab0c0a1279fcfaa05a1988f5b00161796c7/generate_crossword/step_10 2. Start Android Emulator, e.g. Pixel 7A Android 14 (API level 34) 3. Run app ### Expected results App runs ### Actual...
The README states that XZ [decompression] is supported.
### Description of the bug Code generator generates invalid code for an OpenAPI specification ### Steps to reproduce 1) Create an api definiton file `salad-api.json`: ```json { "openapi": "3.1.0", "info":...
```console $ flutter create . # to create the flutter runners for macos et al $ flutter run -d macos Launching lib/main.dart on macOS in debug mode... Building macOS application......
Attempting to run this codebase on the Web leads to the following issue: ```console $ flutter run -d chrome Launching lib/main.dart on Chrome in debug mode... Waiting for connection from...
Update codelabs. Mixture of `dart fix` and re-running the codelab rebuild scripts, with random required fixups. ## Pre-launch Checklist - [x] I read the [Effective Dart: Style] _recently_, and have...
Attempting to generate a wrapper for [monaco-editor](https://github.com/Microsoft/monaco-editor) leads to the following error message: ```bash $ dart_js_facade_gen monaco.d.ts /Users/brettmorgan/homebrew/lib/node_modules/dart_js_facade_gen/index.js:28 if (e.name !== 'DartFacadeError') throw e; ^ TypeError: Cannot read property 'getSourceFile'...