Konstantin Babushkin
Konstantin Babushkin
Copy of https://github.com/fail2ban/fail2ban/pull/2903 for the master branch. Most probably, can be applied to other versions as well. This PR adds `table` parameter to firewallcmd-* actions. It allows better tuning on...
### Changes proposed in this pull request: The new database factory system is added, it was copied from the Laravel Eloquent modern factories https://laravel.com/docs/9.x/database-testing Everything except [Factory relationships](https://laravel.com/docs/9.x/database-testing#factory-relationships) has been...
Laravel 8 introduced a [new factory system](https://laravel.com/docs/8.x/database-testing#defining-model-factories). Will laravel-doctrine support it?
**What problem does this feature proposal attempt to solve?** My pages are generated using several GraphQL queries. Some of them can be cached and reused. But `relay-nextjs` allows only one...
**Are you willing to provide a PR for this issue or aid in developing it?** Yes. **What problem does this feature proposal attempt to solve?** Query validation takes a lot...
**Are you willing to provide a PR for this issue or aid in developing it? ** yes **What problem does this feature proposal attempt to solve?** I've pushed https://github.com/nuwave/lighthouse/pull/1697 I'm...
Here is output from `pip install certbot-dns-powerdns`: ``` Collecting certbot-dns-powerdns Downloading certbot-dns-powerdns-0.2.1.tar.gz (5.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: acme>=0.31.0 in...
Hello. I'm trying to use `Inflector::unaccent` to compare strings the same way as mysql with utf8_unicode_ci(_ai that can be omitted) collation compare. I found out that some (or all) cyrillic...
https://github.com/btcpayserver/btcpayserver-greenfield-php/blob/master/src/Client/Webhook.php#L241 must use [hash_equals](https://www.php.net/manual/en/function.hash-equals.php) function to mitigate it