Kostya Ostrovsky
Kostya Ostrovsky
I'm still getting this error with Caddy 2.4.6 My configuration is as follows: ``` { email xxx } xxx { encode zstd gzip log { level DEBUG output file /var/log/caddy/cli.log...
Were you able to get this to work? Its not working for me either. Thinking if it could be related to oh-my-zsh installed.
Did you manage to fix this? I have the same problem in mac. In iTerm in JetBrains editor terminal its misbihaving 
Did you end up finding a solution? I have the same problem with vuejs
> Do you only need read-access to the data from the baur database in in CI? > Or do you also create new records for the baur database in CI...
It wont be the same since older records may still be relevant (for example an app that hasn't changed in a while). Why not drop all build related data when...
Yeah that could work
https://github.com/simplesurance/baur/pull/301
> The usecases of baur differ so much that almost everybody requires a different environment with different tools > to run tasks via baur. > Some use baur to build...
We solved the base-child issue by defining base-child's `include = ['../base/**', '**']`. I just wanted to make sure it was built first, but since baur builds in alphabetical order as...