Denis Terekhov

Results 7 issues of Denis Terekhov

Hi there! Is it possible to add a constructor to `RequestDataCollector` so PSR-15 `ServerRequestInterface` can be used instead of global state? This is very handy while running an app on...

Hi there! Thanks for this lib, it helps a lot! Yesterday I discovered the failure in component interpolation. The code below throws an exception `TypeError: Cannot read property 'attrs' of...

This PR allows HelloDrum to be used on Arduino Nano 33 BLE board. For now EEPROM is not used on this board (and on RP2040 boards coz it incorporates changes...

Hi, @mmamedov ! After a couple of weeks of testing I may confirm the blank screen issue in my production environment. I have no enough data for fixing it so...

Hi there! There is an interesting tool for automatic tagging and publishing packages to Packagist, maybe you'll find it useful. https://github.com/semantic-release/semantic-release

It would be nice to save debug info if response has `Location` header or it's status code is between 300 and 400. Debug bar can handle this via `$debugBar->stackData()` call....

Hi there! I'm using your awesome plugin in web frontend. It's based on Require.JS loader so your module is loaded via shim config. ``` define([ "jquery", "jquery.slidebars" ], function ($,...