Christian Uldall Pedersen

Results 16 comments of Christian Uldall Pedersen

I have the exact same issue with not being able to share a suppressions.xml file between projects. Any update on this?

Did anyone ever find a solution to this issue? I also get the error with jOOQ+flyway. Note, I only seem to get it when TESTCONTAINERS_RYUK_DISABLED=true, which is required on Bitbucket...

> Just for completeness, bringing another argument [against deprecating the renderer from `r/FlutterDev`](https://www.reddit.com/r/FlutterDev/comments/1br2n3c/intent_to_deprecate_and_remove_the_html_renderer): > > * [VenkatPerla](https://www.reddit.com/r/FlutterDev/comments/1br2n3c/comment/kx8eaid/): Html renderer works in an environment not connected to the internet. The other...

I have run into this issue as well when using a combination of DynamicFeature and ContainerRequestFilter.

Example usage: ``` late final PlatformWebViewControllerCreationParams params; if (WebViewPlatform.instance is WebWebViewPlatform) { params = WebWebViewControllerCreationParams( iFrameCredentialless: true, ); } else { params = const PlatformWebViewControllerCreationParams(); } _webViewController = WebViewController.fromPlatformCreationParams(params); ```

Example of how it looks when the attribute is added: ![image](https://github.com/flutter/packages/assets/628383/f537773f-9acf-47f5-826c-79c70778f72a)

> Thanks for the contribution! You’ve checked boxes in the PR checklist above that are not reflected in this PR, so I’m assuming this is a work in progress and...

Would it be preferable if I changed this PR to use a Map of attributes instead so it became more generic?

I am not sure why GitHub closed my PR just because I updated my fork..

I tried this override: ``` dependency_overrides: vector_graphics_compiler: git: url: https://github.com/nohli/vector_graphics path: packages/vector_graphics_compiler ref: js_interop ``` and it solved the issue when running `flutter build web --wasm` on Linux.