Bogdan Lukin

Results 8 issues of Bogdan Lukin

Add syntax for named mixins to be able to reuse some logic dependent on class life-cycle. This feature might be a good fit for an ongoing discussion here https://github.com/flutter/flutter/issues/51752 some...

feature

#### Problem: It seems impossible to properly support multi-platform parsing of command in `run` section without invention of its own scripting language For example this issue #15 is caused and...

enhancement
question

melos generates idea run configurations only for global installation https://github.com/invertase/melos/blob/84ccf5aaffdc286a270065d84ae5084d9d95d805/packages/melos/lib/src/common/intellij_project.dart#L192-L200 It's much safer to control dependencies in root `pubspec.yaml` ```yaml dev_dependencies: melos: ^0.4.11 ``` but `bootstrap` generates melos specific `runConfigurations`...

enhancement
Type: Accepted

Fix for keyboard blinking issue. Added short debounce in `didChangeMetrics` calls when life cycle state is changed to`.resumed`. before ![RPReplay_Final1588224308](https://user-images.githubusercontent.com/14371067/80675549-ee15cb80-8ade-11ea-9f9c-15bd6f0da324.gif) after ![RPReplay_Final1588224782](https://user-images.githubusercontent.com/14371067/80675886-cb37e700-8adf-11ea-887d-0f45572ba830.gif) might help to workaround this issue with default...

## TLDR Amount of classes somehow trigger bugs in runtime jit optimizations, particularly [disabling of Inliner](https://github.com/2ZeroSix/sdk/commit/ce876c2ee664fd55252c6c7625b38772fb4f8b81) fixed the problem for both our internal codebase and generated example. might be related...

area-vm
P2
triaged

## TLDR As soon as number of (mixin applications + files with `part` directive + `@patch` annotations) exceed \~8000 and number of dart files exceed 16384 gen_snapshot with compressed pointers...

area-vm
needs-info

Allow to build entire reducers tree as const object. - add `CombinedReducer` class to easily combine reducers in const context - mark `TypedReducer` constructor as const - add `UntypedReducer` as...

fixes: #3143 - reverts to old behavior: symlinks to directories are handled as copy-paste #3143 - fix of pubignore/gitignore: - allow non-resolving symlinks if they are ignored - don't warn...