Christian Loos

Results 36 comments of Christian Loos

Maybe there are situations where you only want to install the optional dependencies without the project dependencies. So I would extend @sbidoul suggestion with: ``` pip install --only-optional-deps .[doc] #...

I also see some problems on Fedora CoreOS. All `ansible_distribution` facts don't mention CoreOS. I don't have a Fedora Server host to test, but I assume that from the ansible_distribution...

> If you're able to use a wildcard for the file, this should be fixed with BuildKit enabled. For example, using requirements.* or requirements*.txt as source of the COPY This...

RT already ships jquery and jquery-ui and your extension should use this versions instead of your own.

Mayby can you give more details on the problem you see!

It didn't work with DOCKER_BUILDKIT=0, but it works with DOCKER_BUILDKIT=1 ```shell $ DOCKER_BUILDKIT=0 docker build -f Containerfile . DEPRECATED: The legacy builder is deprecated and will be removed in a...

Isn't it common to use for memory (RAM) size calculations a base of 1000 and for disk size calculations a base of 1024?

Actually I'm not a java developer and don't know the implication of a dependency version bump. So I could just bump the dependency version, and if then something breaks, I'm...