Jens Horstmann

Results 40 comments of Jens Horstmann

> With the release of Dart `2.17.0` in the stable channel of the Dart and Flutter SDK, a new mechanism for overriding dependencies has become generally available that Melos can...

Thanks @cabljac for looking into this. It's not something that is too much of an issue just something I noticed.

Thanks for looking into this 👍🏻 In addition, i've tried to put `${{ test }}` as plain text without any fences and I think this will straight up return a...

Great to hear the quick feedback and news. Since I'm an open source maintainer myself, I understand that your time is limited. Our team is very thankful for your efforts...

Tested this recently and the page no longer goes to 500, when the described code is used outside of fences. However, within fences this still not works. Just letting you...

I also found something that seem to be related to this issue: code like `checkout@v2` is replaced by `[email protected]`. **Example:** ```yaml name: Build on: [push] jobs: build: runs-on: ubuntu-latest...

Thanks for raising this feature request 👍🏻 While you're waiting for this to be implemented let me explain whats happening. Flutter web currently does not support hot reload and instead...

Hot reloading in flutter web is actually a hot restart (see https://github.com/flutter/flutter/issues/53041). Therefore, hot reloading for flutter web will be supported when the fix for https://github.com/flutter/flutter/issues/53041 lands.

Hi @udiedrichsen, thanks for raising the question, I've just talked to Lucas. I'm not exactly sure what you'd like to accomplish, but I'm assuming that you are aiming to disable...

Hey @Rekubot, thanks for taking your time to provide feedback and opening this feature request 👍🏻 The feature you're talking about aligns with what we are planning for Widgetbook since...