Antonio

Results 9 issues of Antonio

Is this something the developers are interested on? I can work on fixing most Clang-Tidy warnings.

Using Arch Linux and `clang-arm-gcc-toolchain.cmake`, the GCC version can't be parsed due to a trailing space on the regex. Here is the version string generated: ``` arm-none-eabi-gcc (Arch Repository) 13.2.0...

A new test has been added in order to verify that all code under _examples is up to date and has not broken due to API changes. This test runs...

Unlike its stdlib counterparts, AtomicFileWriter does not take into consideration umask due to its use of chmod. Failure to recognize this may cause subtle problems like the one described in...

Certain checkers upstream on pylint like import-error heavily use find_spec. This method is IO intensive as it looks for files across several search paths to return a ModuleSpec. Since imports...

Enhancement ✨
topic-performance

This makes it so projects that are already using backoff don't need to pull up an old version of it just because of vault/api. This major version change is compatible...

dependencies

**What I did** This comand no longer needs a mandatory port. If no port is provided it will instead list all published ports. This behavior falls in line with the...

### Description "Normal" docker already does this. See the usage for `docker port`: ``` $ docker port --help Usage: docker port CONTAINER [PRIVATE_PORT[/PROTO]] ``` However `docker compose` differs: ``` $...

kind/feature

This flag prevents `receive-wal` from exiting with an error when a slot with the same name already exists. This is the same behavior as calling `pg_receivewal` with the same flag....