Jasper Siepkes
Jasper Siepkes
Hi all! I order to support PostgreSQL reconnecting after failover when using client side node selection I replaced C3P0 with HikariCP. HikariCP is an actively maintained, Apache licensed connection pool...
I was looking in to the possibility of using Ambry as a generic cloud storage solution, basically an S3 replacement. Being a dev myself I'm not afraid to get my...
After running for a while some of my Ambry nodes get caught in an unbound loop and start making a massive number of syscalls (basically as much as they can...
Not really a big issue but I found out Zookeeper chroot's can't be used with Ambry. For example using the following connection string to chroot Ambry in Zookeeper in `/ambry-misc`:...
First of all let me say this seems like a really interesting project! One thing I think it could also be useful for is remote access to IoT devices. IoT...
By default Tolgee will use the `public` schema and the `ee` schema in PostgreSQL. Using the `public` PostgreSQL makes it hard to use Tolgee in PostgreSQL when other application also...
First off let me say thanks for creating and sharing this project! I'm definitely not a cypto expert but as far as I can tell PBKDF2 is used to derive...
The Solaris target is required for Illumos support (an OpenSolaris fork). Illumos is the base OS for SmartOS which is quite popular.
Adds the `--http-upgrade-path-use-cert-cn` flag. This causes the wstunnel client to use the common name (CN) of the client's certificate for the upgrade path. This does not support changing the CN...
This is not really an issue, it's more me checking if I'm not going to create a useless PR ;-). Currently a [web-seed-entry](https://libtorrent.org/reference-Torrent_Info.html#web-seed-entry) offers functionality to use HTTP basic auth...