FedericoHeichou
FedericoHeichou
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. I think would...
Hi, I think would be very useful adding in `ModSecurityIntervention` a `severity` field populated by disruptives `evaluate` function. In this way a connector can use the `intervention.log` based the `severity`...
Hello, I suggest to implement `Route::is()` and `Route::has()` to check the current route. Actually I did a workaround: `Route::is('login')` became `Route::is(app()->getLocale() . '.login')` `Route::has('register')` became `Route::has(app()->getLocale() . '.register')` But this...
### Describe your suggested feature I open a feature request that was in tachiyomi. I think it would be pretty useful because we need to migrate everything now. It was...
The first if condition in `Imagick.stub.php` is not closed https://github.com/Imagick/imagick/blob/28f27044e435a2b203e32675e942eb8de620ee58/Imagick.stub.php#L5-L8 This causes a installation error "Unterminated preprocessor conditions" in PHP 8.3 Resolves #640 Edit: this branch uses the wrong parent...
The first if condition in `Imagick.stub.php` is not closed https://github.com/Imagick/imagick/blob/28f27044e435a2b203e32675e942eb8de620ee58/Imagick.stub.php#L5-L8 This causes a installation error "Unterminated preprocessor conditions" in PHP 8.3 I'll submit a PR
Using flush and yield_per in benji's remove we reduce the RAM usage Resolves #161
**Describe the bug** If you have a big version (like 20 millions of rows), benji will use too much ram while performing the moving of those rows from `blocks` to...
I'm looking the `values.yaml` file and I have many questions (maybe most of them are dumb but please don't blame me). 1. In the rows 21-31 there is: ```yaml image:...
Change-Id: I451dbee460a8a6907e438cd15f8084b8badcb40a * Resolves: #7156 * Target version: master ### Summary With this commit you can listen at a unix socket with coolwsd ### TODO - [ ] ... ###...