Andrey Tsarev

Results 7 comments of Andrey Tsarev

@jonthomp Tabler alpha 0.8 was released last week: https://www.npmjs.com/package/tabler I want to contribute to the TS version of this repo as well, but am struggling without tickets/roadmap. Do you have...

Why do you wan't to make it less dependent on the service container? As the service container is most likely staying forever I think it's might be a good idea...

Thank you for the detailed explanation and the overview of my implementation. I will modify it but there is a slight concern, which is the difference of the two merging...

I think a separate trait would be better. The boolean would be too subtle, where a different trait will actually provoke questions upon IDE autocomplete (wondering what the difference is)....

@florianeckerstorfer What about `quickMerge`/`fastMerge`?

Turns out that PHP automatically optimizes passing by reference, so no need for the `&`. This is nice, because now you do not have to declare a variable to pass...

Would this allow sending emails from it? If so, which username/password should be used?