Joanna May
Joanna May
**Description** Whenever I am globally using an older version of Flutter which is no longer supported by the CLI tool (using FVM), it is able to generate the project but...
Tools like [derry](https://github.com/frencojobs/derry) let you add a scripts to your `pubspec.yaml` file, like so: ```yaml scripts: build: flutter pub run build_runner build --delete-conflicting-outputs ``` And, if you've done `dart pub...
**Description** Consider creating a new command, `very_good coverage`, which runs tests and generates code coverage. I think there is a significant difference in motive when running tests vs generating test...
**Description** Being able to debug tests (besides using the code lens options that show up in the test file itself) can be very helpful when testing. Additionally, we can allow...
### Godot version 4.0.beta1.mono.official ### System information macOS 12 ### Issue description TL;DR: Collectible C# assemblies are possibly breaking some very popular 3rd party nuget packages. This one's a bit...
TL;DR: new release please? I've been using coverlet with Godot (open source game engine with C# support). Coverlet is a wonderful tool and I'm very grateful for it. Since Godot...
It was brought to my attention recently that [GitHub can render Mermaid diagrams](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) inside markdown beautifully. Mermaid's state diagrams are almost identical to the ones used by PlantUML, except it...
- Reduces abstractions and eliminates a number of generics and nested classes. - Automatically infer OnEnter/OnExit type correctly via capturing generics from extension methods. No more bugs because you specified...
It would be nice if there was a flag `-e` or `--export-templates` for `godotenv godot install` that would also install the relevant export templates on mac/win/linux. Additionally, you might also...
I stubbed out some of the menu system for saving, but I haven't had a chance to finish the job (yet).