René Buffat

Results 94 issues of René Buffat

It would be nice if redis_exporter would support docker secrets for configuration variables. E.g. the postgres container allows to specify docker secrets with "__FILE" appended to the environment variable. E.g....

help wanted
question

I try to implement the following keytool command with cryptography to create a truststore using a self created CA certificate: `keytool -keystore truststore.p12 -alias CARoot -import -file /path/to/ca_cert.pem -storepass the_password...

According to the [documentation,](https://containrrr.dev/watchtower/linked-containers/) watchtower should restart container with the `com.centurylinklabs.watchtower.depends-on` label, but it does not. Background: We try to use watchtower in a CI/CD setup for a django/nginx application....

Type: Bug
Priority: Medium
Status: Available

Add allow_unsupported_drivers option to fiona.open to allow using unsupported drivers. See https://github.com/Toblerity/Fiona/issues/1124

See https://github.com/Toblerity/Fiona/issues/1099#issuecomment-1176004721

Recently it seems that more and more Python libraries include typing hints. Personally, I'm a fan of type hints while developing. Are there any plans to add typing hints to...

[Currently, we document how to use "unsupported" GDAL drivers by manually patching `fiona.drvsupport.supported_drivers`](https://github.com/Toblerity/Fiona/blob/maint-1.9/docs/manual.rst#78unsupported-drivers). While this works, this is more sort of a hack and supported_drivers was not intended to be...

The following drivers moved to [gdal-extra-drivers](https://github.com/OSGeo/gdal-extra-drivers): AeronavFAA, BNA, SEGY, SUA > This repository contains legacy drivers for [GDAL/OGR](https://gdal.org/), which are built as a GDAL plugin. They used to be included...

https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing > For those of you who have been building on public repositories (on travis-ci.com, with no paid subscription), we will upgrade you to our trial (free) plan with a...

Currently, some tests assume that the reading order of records is the same as they are written. This is not the case for all drivers. See https://github.com/Toblerity/Fiona/pull/924