Raphaël Droz
Raphaël Droz
- leave out private key generation, or at least split it to another optional task file (possibly with `delegate_to: localhost`) (people may not like generating private key on production host)...
This great plugin would be more used if it could fit in a self-contained perl-script rather than a whole make/installation. Hint: The make could make concatenation of the perl-code of...
2009's version use to do it.
When running the Play Store the first (after having granted it and Play Services all possible permissions), I click "Sign in". It has no effect and I see the following...
... would be nice to have.
#### Feature request type Use Cloudflare mutliple matches ability to ban multiple IP instead as one-rule-per-IP #### Description cloudflare module currently create/delete one rule per IP address. This is suboptimal...
https://github.com/nwtgck/piping-ui-web/blob/e14a9f76ef8e9d852f34857bb0c117ea8e5f12b2/src/components/DataUploader.vue#L324-L327 I think we are far from `fetch`'s `Request` `ReadableStream` wide browser-support and the only suitable alternative for files > 200 MB is chunked upload. Theoretically, `openpgp.encrypt` can accept a...
- Since it's not that uncommon - Even pyotp supports it ```python import pyotp pyotp.TOTP('mysecret', digits=8).now() # 81227885 ``` - but current code is limited to 6 digits https://github.com/hashcat/hashcat/blob/5015bc0d2efad09f25021e81ca9a4ab92fa58ead/src/modules/module_18100.c#L78
Fix #3561 If didn't further filtered `children()->modular()` because even if non-visible, the template could very well do `page.parent.children.nonpublished.*` and use its `.content`. Although not perfect, it makes the computation a...
In #2168 someone requested that the template modification be taken into account when computing the Last-Modified header. It happens that the time computed from this header is based exclusively on...