Andrew Brogdon
Andrew Brogdon
I just tried creating a project with dartfn, and I can't get the generated code to pass its included tests: ``` ~/source/hellow> dartfn generate helloworld project: hellow Creating helloworld application...
Ideally, the compiled version of the Flutter module used with the Angular project would be maintained in the `assets` rather than the `src` folder. This is because Angular considers `/src`...
Our contributor's guide is out of date and needs a refresh.
Now that we have so many individual projects, some of which are traditional Android and iOS apps, we need to remove the repo's overall .gitignore and standardize the project-level ignore...
The encrypted key used for running FTL tests needs to be replaced now that CI has been moved to GitHub actions.
Once #1095 and #805 are finished, DartPad will have what it needs for a more advanced sharing flow: - Write something cool in DartPad - Auth into GitHub (#1095) -...
I cannot remember if we've discussed this particular library or not over the last few months, but I got a question from @slightfoot about whether we could support `dart:web_gl`. He's...
The last bump of CodeMirror introduced a break in the system. We'll need to figure out why and get ourselves back up to date.
We've used one-off staging deployments for a while as a means to test new features. With the addition of package support, though, we'll need a staging environment that's longer-lived and...
While some websites can be opened from DartPad with the url_launcher package, some fail to load and render correctly due to sandbox-related errors: This gist can be used for testing:...