Enrico Bianchi
Enrico Bianchi
For a better management (e.g. for clearing data in sheet), is useful to add a function that returns all populated cells. For example, if I have an Excel file that...
Akumuli is a time series database: https://akumuli.org/ Is could be a good idea to support it because is a good alternative to InfluxDB
JDBI version: 3.21.0 Quarkus version: 2.1.Final In a prorject developed with Quarkus and JDBI, native compilation returns a `java.lang.IllegalStateException` when execute a query. Compilation is executed with this maven command:...
I've searched in entire repository, but I haven't founded an example to estabilish a keypair authentication to Snowflake. Is it possible to add a simple example to do it?
### Community Guidelines - [X] I have read and agree to the [HashiCorp Community Guidelines ](https://www.hashicorp.com/community-guidelines). - [ ] Vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the...
According to the [documentation](https://www.psycopg.org/features/), for new project is more preferable to use psycopg3 instead of psycopg2. Also, support of psycopg3 can permit to use new Python features such as asyncIO....
### Report Pgbackrest cannot perform a backup to S3 because the endpoint address is generated in a wrong way ### More about the problem Reported logs is here: ``` 2024-05-07T19:04:54.455Z...
According to the documentation, I've created an approle with these commands: ``` cat
**Describe the feature** Currently, apiBuilder permits to create only these HTTP verbs: - GET - POST - PUT - PATCH - DELETE - HEAD At these methods, it can be...
Last commit is on August 2024, and it lacks of support of Python 3.13. Is project dead?