Kilian Schulte

Results 211 comments of Kilian Schulte

Ah thanks for clarifying. That could be the case. To make it easier for me to debug, can you run 'dart run build_runnrr build' instead of jaspr build and see...

@mcmah309 Can you try with `jaspr_web_compilers: 4.0.10+1`

The newest version `4.1.0` is released now and includes the fix.

> @mcmah309 Can you try with `jaspr_web_compilers: 4.0.10+1` I had it already done and released there, just not merged to master.

I do think manually grouping is more desirable in most cases. I also don't want too much grouping, because then you can easily end up with highly nested groups which...

After some more digging, it seems like this happens when there is already an instance of chrome running, in which case the stdout prints for me "Wird in einer aktuellen...

I have never used nix, nor do I even know what it is. So sadly its out of my knowledge to help you with this.

This error: > PathNotFoundException: Creation failed, path = '/homeless-shelter/.dart-cli-completion' (OS Error: No such file or directory, errno = 2) looks like its coming from https://pub.dev/packages/cli_completion

The cli is checking for updates everytime a command is run. But this is try/catched so any exception shouldn't crash the cli. The build command itself is effectively only doing...

Weird this is coming from the builder. Can you try running 'dart run build_runner build' instead of 'jaspr build'?