Roman

Results 4 issues of Roman

Hi! On Magento 2.4.3, I'm looking to upgrade to latest magento-coding-standard (v25), however, there's a conflict with webonyx/graphql-php. ``` "require": { "php": ">=7.3", "webonyx/graphql-php": "^14.9", ``` My Magento version is...

bug
Progress: ready for grooming

Hi! This pull request adds ability to pass multiple texts in single request, but also is compatible with single-text format. Solves issues https://github.com/1712n/dn-institute/issues/431 and https://github.com/1712n/dn-institute/issues/430 Considerations taken: - max input...

Hi! I was reading [Getting started](https://miniflare.dev/get-started) when I came across using undefined variable `worker`, which made me wondering where it comes from. Tried examples locally and indeed it reproduces: Luckily,...