Pierre
Pierre
Currently, the default Lseeker implementation for `SEEK_HOLE` returns the current position + offset. This can cause issues, such as causing `grep` to [consider a text file as binary](https://utcc.utoronto.ca/~cks/space/blog/linux/GrepBinaryFileReason). From the...
If you're having a generation problem please answer these questions before submitting your issue. Thanks! ### What version of SQLBoiler are you using (`sqlboiler --version`)? v4.5.0 ### What is your...
As a user, I want to be able to process payments on OVH public cloud infrastructure, and to process sensitive credit card information. As of today, OVH only seems to...
As a user, I want to be able to create multiple clusters in multiple regions, share a VPC, and be able to have pods on different clusters communicate directly with...
On file `https://github.com/esosedi/3166/blob/master/i18n/dispute/UN/zh.json` Name for Spain (ES) is indicated as `Chinese`. It should be `西班牙`.
Currently, the keyspace is defined once and for all in the ORM initial configuration. Sometimes, in order to accommodate with different workloads, some data must be treated differently from some...
**Problem** Currently, if a message delivery fails, it is not possible to recover it. This tends to be problematic when transferring messages to iCloud addresses, that seems to reject emails...
Sometimes, we may want to add several elements to a set, which I can't do with the current version of MongoEngine. MongoDB documentation says it is possible by running something...
Currently, this plugin does not seem to handle cases where nested stacks themselves create stacks stored locally. That would be a great feature.
The [CockroadhDB documentation](https://www.cockroachlabs.com/docs/stable/node-shutdown.html#termination-grace-period) implies that the pod termination grace period should be configurable depending on the cluster specifics. The helm chart not only hardcodes the termination grace period but also...