Dmitrii Poddubnyi

Results 37 comments of Dmitrii Poddubnyi

1. APYDataGridBundle already uses jQuery. Nevertheless, we can no use it. 2. A form handles data from request by Symfony way so doesn't matter is it a callback or a...

The right link https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/autobahn

Encountered this issue on ubuntu 22.04 because of `options edns0 trust-ad` in my `/etc/resolv.conf`. What's weird is that on ubuntu 20.04 it was `options edns0` and weave was working well.

Hey @lucatume, I created CI setup for a wordpress plugin which uses docker containers to run WP and CLI commands. It is mostly based on your makefile but still took...

>run all the test suites in parallel That makes sense - all kind of tests take approximately same amount of time (except unit ones). And they don't depend on one...

``` Creating '...' was skipped because of existing. { "error": { "errors": [ { "domain": "global", "reason": "downloadQuotaExceeded", "message": "The download quota for this file has been exceeded." } ],...

We can make symfony/form optional. Usually, it is required by the project itself. I'm thinking, what does it involve: - bump the major version - update composer.json, obviously - add...

Most likely you have `"pragmarx/countries": "^0.5"` in composer.json. Change it to `"pragmarx/countries": "^0.7"` and update the deps.