László GÖRÖG
László GÖRÖG
AMD64 version of Go is installed inside the devcontainer but the platform of dokku image is not defined. The platform of the image has to be defined for ARM devices...
I think `ignore_user_abort(true)` should be used inside `ParallelSave::buildFullFileFromChunks` method merges the chunk files. If the client disconnects during that process some of the chunks gets deleted and a partialy merged...
The newly added "titles" property for anime and manga is incorrectly documented. According to the current OpenAPI schema the items of "titles" are string but in reality they are objects....
This PR contains changes to support `--link-flags` when using `dokku_service_link`. This might be a bit naive approach as I'm not sure if you can change these flags by calling the...
Add support for [IP to Earth Heroku add-on](https://devcenter.heroku.com/articles/iptoearth). - [Using with PHP](https://devcenter.heroku.com/articles/iptoearth#using-with-php) Heroku is getting more and more popular because of the cheap price and simple deployment. It would be...
Google+ uses the to get a thumbnail from sites and facebook also added to their code so it would be great to use this meta tag also. And most of...
Hello, I recently developed a package ([coding-socks/lost-in-translation](https://github.com/coding-socks/lost-in-translation)) which is able to scan Blade files to identify translation strings and report if the translation for that string is missing from a...
As far as I know `@weekly` means `0 0 * * 0` At the moment `DOW_STAR` flag is set for this definition, but it should be `DOM_STAR` (M instead of...
Hello, I recently developed a package ([coding-socks/lost-in-translation](https://github.com/coding-socks/lost-in-translation)) which is able to scan Blade files to identify translation strings and report if the translation for that string is missing from a...
I started to use this library to create an uptime service. While using this lib I noticed it is quite annoying to pass time and duration values in some cases...