Jeff Ward

Results 26 issues of Jeff Ward

I would like to be able to specify a "basedir" for my project file, and have the project generation start from that directory when searching for files and establishing groups....

I have a use case for a ClientInterceptor that requires I know what Channel call is being made on, but there's no way to get this information from the intercept...

### What and why? This adds a command - `flutter-symbols upload` - that locates symbol and mapping files for Flutter projects and uploads them with the proper information to Datadog...

**Description** If a widget throws an exception during rendering (for example during `preloadState`) the exception is not bubbled up to shelf, and thus no response is sent to the browser,...

bug

**Describe the solution you'd like** I like keeping "Hot reload on save" on for most projects that only need intermittent uses of build_runner, but I have a project that depends...

is enhancement
in flutter
in debugger
in tasks

The builder should read the default value of properties and provide to the editor when asked through `DartScript::_has_default_property_value` and `DartScript::_get_property_default_value`

Script languages in Godot can support "Global Classes" or "Named Types" that appear in the "Add Node" and "Create Resource" dialogs. C# documentation on the subject: https://docs.godotengine.org/en/stable/tutorials/scripting/c_sharp/c_sharp_global_classes.html

Linux build support needs support in https://github.com/fuzzybinary/dart_shared_libray (probably after https://github.com/fuzzybinary/dart_shared_libray/issues/5 is implemented). Then we should look into replacing the Visual Studio project files with Godot standard scons scripts.

enhancement
help wanted

The logic for Dictionary's keyed getters is likely wrong and needs to be fixed. We should also support keyed getters on other types that support them (if there are any.)

Packed arrays can use Ptr calls to get variables more efficiently than converting to Variants. It will need some specific for certain types though.