Konstantin Komelin

Results 129 comments of Konstantin Komelin

Hi @cure53, I have not yet received any response from my co-maintainer but we may not need his confirm actually. As for the types, I can suggest using TypeScript compiler...

As for combining dompurify and isomorphic-dompurify, it should not be hard code-wise but it can introduce new issues for dompurify project like this one https://github.com/kkomelin/isomorphic-dompurify/issues/54

@cure53 Thanks for working on this issue and suggesting some solutions. > Problem one is that we don't have baked in Node support. That, we could fix by bringing isomorphic-dompurify...

Thank you very much @cure53 for updating the readme. As for whether it solves all the problems or not, we need to ask @vhscom

That's great news. Thanks @cure53! @vhscom Could you please confirm if the solutions introduced by @cure53 address the issues you initially reported?

Thank you very much @cure53 for your effort.

The same here. The only blocker for complete migration from Moment to date-fns for me is the Moment's strict parsing mode which catches incorrectly formatted date/time.

Laravel 5.7.7 (clean install) laravel-graphql 1.1.0 I can't publish the config through: > php artisan vendor:publish --provider="Folklore\GraphQL\ServiceProvider" No errors, just: > Publishing complete.

@mfn Thanks for your prompt reply. >> Laravel 5.7.7 (clean install) laravel-graphql 1.1.0 > How did you do this? I just ran `composer require folklore/graphql` and it set: ```json "require":...

@Antonio-Laguna > Noting that this does not work (for me at least) on Next 13 not even on Serverless but normal out of the box Next app This one is...