Nick Douma
Nick Douma
I'm trying to parse file sizes with thousands separators, but having no luck. With humanfriendly==9.0, I get the following: ``` $ python -i Python 3.8.5 (default, Oct 6 2020, 07:21:17)...
When using `kid up`, the following output is generated: ``` $ ./kid up WARNING: No swap limit support WARNING: No swap limit support ``` When adding set -x to the...
**What does this PR change? What problem does it solve?** I noticed that the image URLs for cover images were not properly generated when the cover image is a reference...
Currently, when you select the keyboard in an application, it tries to search for a password by using something like "com.company.app". Most of the entries in my KeePass file actually...
This allows one to specify go templates in every setting applied to the OperatorConfiguration. This in turn allows me to do something like this: ```yaml global: s3: endpoint: https://s3.example.com access_key_id:...
Request via email: > There is an option in S3 to send files to glacier via the Amazon console. From what I > can see Amazon maintains the vault for...
Should not be too hard, it seems to hook into the download request we already use. ``` Java JobParameters jobParameters = new JobParameters() .withArchiveId("*** provide an archive id ***") .withDescription("archive...
The change in 8bd32c2c714e56fc48b05d883886b1e6a94bb2c7 introduces a regression where (at least on Gitlab) the right target cannot be find, and the first one that matches OS / ARCH is returned instead....
De script seems to do an assumption that is should always run on port 41641, which is not the case on setups which use a random port. The script in...