Denny Preis

Results 14 comments of Denny Preis

My hacky workaround with an onPush Wrapper Component: ``` const stopLoader = this.loader.stopLoader.bind(this.loader); this.loader.stopLoader = (loaderId: string, taskId1?: string) => { stopLoader(loaderId, taskId1); cdr.detectChanges(); }; ```

The issue is definitely related to the domino ssr polyfill. To be more specific: `global['document'] = win.document;` Uncommenting this line lets the application boot again. So the "is browser check"...

Tried it with shaders myself. The screen is black when shaders "none" or "internal" are selected. With every regular shaderpack it is working, but with extremely low fps (around 10-20...

Yeah selected item only work in multiple mode... In single mode the input is field with the selected field

Reason for the fix is described in the ticket.

I could create a PR with the rounded scrollLeft, so it actually matches the rounded scrollWidth Rounded ScrollWidth: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollWidth?retiredLocale=de Mentioning the scrollLeft decimal value: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft

I am not quite sure if the gradle version conflict is actually the issue here. The latest AGP just requires the namespace attribute to be present in the build.gradle. I've...

Hm. For me it is still not working. I've tried several commands, but it always states: Cannot find configuration. I'm using the latest 9.1.1 version of this plugin. I did...

Nope sorry. Still the same issue. Edit: The naming issue seems to be fixed. I used an older version that caused the issue

``` npx [email protected] NX Let's create a new workspace [https://nx.dev/getting-started/intro] ✔ Where would you like to create your workspace? · flutter-repro ✔ Which stack do you want to use? ·...