Lucas Jung
Lucas Jung
Issue Type: Bug # Behaviour  ## Expected Not showing the parameters autocompletion. Extension version: 2022.10.1 VS Code version: Code 1.69.2 (3b889b090b5ad5793f524b5d1d39fda662b96a2a, 2022-07-18T16:14:10.636Z) OS version: Linux x64 5.15.0-41-generic Restricted Mode:...
**Code sample** ```dart class Animal { @HiveField(0) int _info; Animal(this._info); } @HiveType(typeId: 0) class Cat extends Animal { @HiveField(1) String name; Cat(super._info, {required this.name}); Cat.create(this.name) : super(0); } ``` This...
Hi, I came across a problem today when I wanted to use `HiveList` over a lazy box. I found out on #178 that `HiveList` was not currently supporting lazy boxes,...
Hello, I have an issue that could be solved with a new flag. When the `i` flag is used (for in-word expansion), the snippet will be triggered even if the...
## Bug Report #### Disable all the other extensions except for LaTeX Workshop and LaTeX Utilities, and check that you still see this issue. You still see this issue?: **Yes**...
Dynamic sequences don't replay taps on `KC.LT`. **Note**: see [initial report](https://kmkfw.zulipchat.com/#narrow/stream/358347-general/topic/Dynamic.20sequences.20and.20LT) on Zulip
Fixes https://github.com/rrousselGit/flutter_hooks/issues/389
**Is your feature request related to a problem? Please describe.** When using `Listenable` with `useEffect` it can be a bit cumbersome to always repeat the same boilerplate off `addListener` and...
While editing a [`TextField`](https://api.flutter.dev/flutter/material/TextField-class.html) that is inside a slidable widget: try to select some text in the same direction of the slidable, it won't select the text but trigger the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Chrome device is not listed when using `:FlutterDevices` but is when...