Marcin Morawski
Marcin Morawski
### Bug Report | Q | A |---------------- | ------ | BC Break | no | Bundle version | 1.18.0 | Symfony version | 4.4.20 | PHP version | 7.4...
The sub-commands like extract or biggest-files are very usefull. But they have one issue. Bash doesn't suggests a filename or path. So I improve a bash completions. You can see...
http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated
This PR closes #901 At the moment in recipe we can use `composer-scripts`, but those commands will be running only during `composer install` or `composer update`. This PR adds a...
For the MaxChar exercise, We can use the PHP function `array_count_values`. For the Palindrome exercise, We can also use the PHP function `strrev`.
Hello This PR add another notifier, which use FFI and libnotify. Probably most of Linux notifier supported in this repository under the hood use this library. This notifier has some...
On start, if some values are selected We see placeholder text instead of selectedText property. If we open your demo (index.html), you see that ZMultiSelect Box #1 have placeholder "My...
Hello For latest master version we cannot build docker image. This PR update geoipupdate version. The old version requires "github.com/theckman/go-flock" instead of "github.com/gofrs/flock". See for example - [Update README to...