Andrey Tsarev
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?
I have created a new repository for an ESM/TS version of this package. Let me know what you think: https://github.com/colorninja/navigator-es The branch is called ts-esm-port Changed: - Included lockfile (package-lock...
That's something I didn't really know about `cjs`! I also thought it would be nice to only use one module resolution strategy, instead of mixing multiple. I have been using...
@talentlessguy I have forked and ported the negotiator library to ESM and TypeScript - see https://github.com/jshttp/negotiator/issues/71 Would you be open to change to this package if they don't merge it...