theirix
theirix
Reproduced original bug with the following changes: 1. flag `-D` (debug output) does not exist anymore 2. flag `--context` is moved to the global docker option. So the third step...
Tried with latest Docker version, still the same problem. `docker version` ``` Client: Cloud integration: v1.0.24 Version: 20.10.17 API version: 1.41 Go version: go1.17.11 Git commit: 100c701 Built: Mon Jun...
Unfortunately, it cannot be achieved with a current `KVPair` struct having `value: String` without breaking changes in API. Non-string content cannot be decoded transparently to `String`. Refactoring in PR #20...
The latest Docker 20.10 has the exact same problem: ```InvalidParameterException: Invalid identifier: Identifier is for cluster monty-ecs-cluster. Your cluster is default``` `docker version` ``` Client: Cloud integration: v1.0.29 Version: 20.10.21...
Reproduced with Poetry 1.2.2 / macOS 12.6.1 (21G217) with exactly this package `rasterio`. The `pyproject.toml`: ```toml [tool.poetry] name = "foobar" version = "0.1.0" description = "" authors = ["theirix "]...
@neersighted newest 1.3.1 still has this issue. I think this bug should be reopened.
I decided to reread the documentation about [secondary package sources](https://python-poetry.org/docs/repositories/#secondary-package-sources). My scenario was about publishing private packages to the private repository. It is not the same as using the private...
> I wonder why `extra/libde265/de265-version.h` exists.. it is needed for MSVC builds (see `libde265/Makefile.vc7`) which do not generate `de265-version.h` by the call to `configure_file` on Linux/macOS
Hello! Error 429 means "Too many requests". You can retry the request later. If it doesn't help, probably, you are invoking the tool from a computer that overcrowds Imgur with...
Hello, @pierresouchay . Thank you for reviewing the PR. You are right, original `KV::put` should be kept for compatibility. I have added a new `KV::put_raw` for updated behaviour. Original `KV::put`...