Andrew Koerner

Results 11 comments of Andrew Koerner

This is a related question. How can I configure the plugin to never hide indent guides?

> i will be timnkering with the repository in the coming weeks, so I hope to restore all demos or remove them please dont remove the docker demo.

I'm getting the same error. I have put together a minimal reproducible example. https://github.com/akoerner1/test Docker version 24.0.1, build 680212 The issue occurs if you do not have a "INCLUDE+" statement...

Sorry for the late response. This likely indicates there is another docker service or system service running on that port. Make sure all conflicting system services and docker services are...

Please checkout the latest master commit. ```bash git pull git checkout master git submodule update --init make build_all ```

@Themaksiest I am looking into the first issue to see if I can replicate it. The second issue is related to an update in docker (see: https://github.com/docker/compose/issues/11544). A pr will...

@Themaksiest A follow up. I was unable to replicate the issue running the ADORe installer in a clean environment. You said you ran this many months ago. Docker cache can...

@Themaksiest I have pushed an update (https://github.com/DLR-TS/adore_cli/commit/e784eced09d85a47c9f1e84da231a63cc981464e) to the `adore_cli` (see: https://github.com/DLR-TS/adore_cli) submodule addressing the issue introduced by an update to docker (see: https://github.com/docker/compose/issues/11544). This will be included in a...

@Themaksiest > Or is this an expected behavior because no one should run that test so often?... This is definitely a bug. Depending on how the process terminates in the...

@XueYanYu The `build_all` target does as it suggests. Several modules within adore are experimental and subsequently will have build or runtime errors. It is recomended to use `make cli` which...