osama

Results 38 comments of osama

> Try this: > > * open Command Palette in VSCode, and then type "extensions open extensions folder " > * delete "vadimcn.vscode-x.x.x/lldb/bin/debugserver" The issue is still there. Here's the...

Hi @pq I pushed a quick fix for this one as suggested by @scheglov at: - https://dart-review.googlesource.com/c/sdk/+/352866 --- Side questions: - what does the yellow color mean for those 9...

Hi @keertip The fix in question is `Sort Imports` which would appear under "Quick Fix" (by clicking the light bulb or "command + dot"). I was not aware of `Organize...

Oops! I've always thought the "Sort Imports" is part of the Dart Code Extension but apparently it comes from from [Dart Data Class Generator](https://marketplace.visualstudio.com/items?itemName=dotup.dart-data-class-generator) extension. Sorry about that!

Hi @DanTup I'm not sure if this is the same issue (in line 12, I believe the checkmark should be next to main) To reproduce: - `git clone https://github.com/isoos/postgresql-dart.git` -...

Thank you @DanTup for your time and efforts -- they are much appreciated 🙏🏽

I faced the opposite of the original issue -- i.e. `DragCallbacks` on a child component does not work properly with `ScaleDetector` as a parent component. ### Details In the video...

Just to follow up: The issue I reported above was a bug in the engine and it was fixed in: - https://github.com/flutter/engine/pull/49424 Also, not sure if it'll help here, but...

You can create an `Interceptor` instead of using the `header` argument in `HasuraConnect`. The interceptor can inject the token `header` into the request `headers` in every request with the latest...

I totally missed that part. By the way, I'm not a maintainer here and I'm a user too... I just came across the issue few days ago and I thought...