alexeyinkin

Results 72 issues of alexeyinkin

### What needs to happen? Load Python Beam symbols dictionary into Playground ### Issue Priority Priority: 3 ### Issue Component Component: beam-playground

P3
task
beam-playground

Currently `EasyLocalization.assetLoader` is dynamic. It defaults to `RootBundleAssetLoader` that extends a local `AssetLoader` class. `easy_localization_loader` has its own abstract `AssetLoader`, and its loaders extend it. The following change will improve...

enhancement

### Page URL https://docs.flutter.dev/development/tools/pubspec/ ### Page source https://github.com/flutter/website/tree/main/src/development/tools/pubspec.md ### Describe the problem There is a possible `generate` key under `flutter` in pubspec.yaml, but it is not listed there. It's only...

p2-medium
e0-minutes

I get UnimplementedError with the following stack trace when trying to show a bubble with HTML renderer for Flutter web: ``` dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 251:49 throw_ lib/ui/src/ui/path.dart 72:5 combine packages/bubble/bubble_clipper.dart 195:23 getClip...

According to `flutter drive --help`, the option `--web-launch-url` is > The URL to provide to the browser. Defaults to an HTTP URL with the host name of "--web-hostname", the port...

tool
t: flutter driver
platform-web
has reproducible steps
found in release: 3.3
found in release: 3.7

Trailing comma is supported in many places like argument lists, list entries, etc. However there are still places where it is not supported by would be beneficial: 1. Constructor initializer:...

feature

Currently this does not work: ```dart void main() { do { int n = 1; } while (n > 1); // Error: Undefined name 'n'. } ``` This is because...

feature

Both `php` and `php-template` only have the link to https://www.php.net in their header comments. How does one choose one over another? - The discussion was here: https://github.com/highlightjs/highlight.js/issues/2330 And it is...

bug
help welcome
good first issue
parser

Currently 3 languages miss `name`: - dsconfig - php - python-repl If the project is converted to TypeScript, this could be verified statically.

bug
help welcome
parser