Tobias Schlatter

Results 322 comments of Tobias Schlatter

LGTM up to the last commit. Consider merging just that.

> I'm wondering whether nextcloud isn't attempting to install the DB too early I can confirm that for me, bringing only the DB up (`docker-compose up `) waiting (look at...

IMHO the main challenge is the interface: Currently, `BuildInfo` generates relevant code by merely being enabled. However, since enabling a plugin is a per project setting and not a per...

I'm unsure what the exact problem is here. Is the problem that if I have: ```scala npmDependencies ++= Seq("foo" -> "1.0", "foo" -> "1.1") npmDevDependencies ++= Seq("foo" -> "2.0", "foo"...

To summarize the discussion we had at Scala spree: The core of the issue here seems to be that `npmResolutions` only resolves resolution problems that happen due to npm dependencies...

I suspect the reason we do not see `actions` in non-check mode is that they are removed here: https://github.com/ansible-collections/community.docker/blob/51d4c557e883d17041c964f2ce869013bad26fcc/plugins/modules/docker_compose.py#L718-L719 Adding `debug: true` confirms this: The actions now also appear without...

Hrm... Is this a docker-compose bug? From the little I understand here is that the convergence plan contains the `start` action but it shouldn't...

Thank you for bringing this to our attention.

I'm not sure there is anything we can do short of removing the link (at least for now). @sjrd do you have any operational details about scalafiddle?

Also consider this: greencatsoft/scalajs-angular#1