slepic
slepic
@peterpp i also have php 8.2 branch if you're interested. Just point to my fork in your composer.json
> I guess batch mode is an optimization ? Probably. For example the ingestion api of logdna itself can handle multiple records in a single request and there must be...
Hi, I was just randomly looking through the code and noticed the clash of exception vs. throwable in the implementation. I thought I could submit a fix while I noticed...
hi, @olvlvl sry for the late response, yeah its really just that ``` "require": { "psr/log": "^2.0 || ^3.0", "olvlvl/composer-attribute-collector": "^2.0" }, ``` ---- > you can exclude it yeah...
@olvlvl i got this upon installation ``` Upgrading olvlvl/composer-attribute-collector (v2.0.2 => dev-run-as-command 4244c93): Extracting archive Generating autoload files In PluginManager.php(277) : eval()'d code line 80: [Error] Unknown named parameter $isDebug...
hello, @ondrejmirtes and @dg i have implemented something similiar with very limited capability in a private project. here, i have published the relevant code and added some of my notes...