Dimitris Kiriakakis

Results 10 comments of Dimitris Kiriakakis

Just FYI the issue still exists on `"@capacitor/status-bar": "6.0.0"`. It took me 2 days to find this github issue and try out the suggested timeout, equal to the `launchShowDuration` that...

Since we also need this, may I ask why #3302 is not merged yet? Is there maybe an alternative way of setting the minimum chunk size?

In case you use `pnpm` as your dependency manager and you're facing the same issue, you can fix it by adding the following in your package.json: ``` "pnpm": { "overrides":...

Ok for whoever encounters this issue, for me this solution worked: Injected into the input elements the following: autocomplete="off" autocorrect="off" pattern-model spellcheck="off" "pattern-model" is a custom angular directive see ->...

Facing the exact same problem. Are there any known workarounds?

@sod can you please provide an example of how you made the rollup command work in combination with the sourcemaps plugin? I tried `rollup --format es -d ./ -- main-2ZWZBTDC.js...

I see, currently we are more or less blocked in my team and are not able to the application builder, since as you can see in the attached screenshot the...

Hey @alan-agius4 I had tried that optimiser in my case, feel free to check out the full thread in the Angular discord channel for more details: https://discord.com/channels/748677963142135818/1260214060830556211/1260535860131270691 Long story short,...

@alan-agius4 ok but I tried it like `NG_BUILD_OPTIMIZE_CHUNKS=1` and like `NG_BUILD_OPTIMIZE_CHUNKS="1"` - how should I declare it instead, so as to to see it working? And is there a log...

@alan-agius4 I tried it once again using your debugging hint. This is the output I am getting having the optimiser enabled: ``` DURATION[NG_READ_CONFIG]: 0.039898750s DURATION[NG_READ_CONFIG]: 0.055066417s DURATION[NG_CREATE_PROGRAM]: 4.416569292s DURATION[NG_ANALYZE_PROGRAM]: 5.477037292s...