Eric
Eric
I would like to programmatically create an AmbilWarnaPreference with Alpha Support. How can I do that?
## PR Info [PostgreSQL](https://www.postgresqltutorial.com/postgresql-math-functions/postgresql-mod/), [MySQL](https://dev.mysql.com/doc/refman/8.0/en/arithmetic-functions.html#operator_mod) and [SQLite](https://www.sqlite.org/lang_mathfunc.html#mod) provide the `MOD` function to return the remainder after one number is divided by the other. This small PR intends to bind this...
Thanks for your project! I made a small port of it in rust: https://github.com/fistons/rust-tinyraycaster Maybe this can interest you? Cheers!
Hi, How about [GitBucket](https://github.com/gitbucket/gitbucket) support? It's supposed to have a GitHub API Compatibility
It seems that the script does not support multiple domains like this: ``` certbot certonly \ --manual-public-ip-logging-ok \ --manual \ --manual-auth-hook /opt/le-scripts/gandi-livedns/auth.py \ --manual-cleanup-hook /opt/le-scripts/gandi-livedns/cleanup.py \ -d '*.domain.net' -d 'domain.net'...