Jáchym Toušek

Results 68 issues of Jáchym Toušek

Would it be possible to implement a `sort_keys` option to ensure that the resulting yaml will be consistently sorted? Other yaml implementations such as python's have it.

Symfony 4 supports [bundle-less applications](http://fabien.potencier.org/symfony4-monolith-vs-micro.html) (and it's considered best-practice). The configure command from this bundle doesn't work with this at the moment so I don't know how to initialize graphql...

Asking about https://github.com/wodby/base-php. From time to time I was using the images with `--enable-debug` to debug segmentation faults in PHP. Helped me several times in the past so I'm grateful...

For some reason the DataCollectorPlugin slows the performance of my import by roughly 100%. According to blackfire.io the plugin greatly increases time used by garbage collector. I don't care why...

enhancement

See https://github.com/amphp/http-client/commit/fa7925363e6d5a0d0d337e2e6eb1affb93cf226e for for the problem. We could rename the method to something more clear like `changeHeaders`. Words like modify or alter may also be possible. We can't simply remove...

When installing laminas-validator composer reports this: ``` Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead. ```

According to RSS specification the `` tag in `` is optional. Such usage currently fails with this library: https://github.com/gorilla/feeds/blob/6f6e20dd3953594cd869cf981fb806440685cd21/rss.go#L98 ``` runtime error: invalid memory address or nil pointer dereference ```...

I use this script one one page along with colorbox. When I click on a colorbox link it creates an overlay to show the large image. However the upload inputs...

I was trying to highlight the dropzone when a file is dragged but before he hovers the dropzone itself. Basically to show him where he should drag the files to....

I understand that #879 likely won't be solved any time soon but I'd like to at least add a support for an ARG so that I can easily checkout this...