Ivan
Ivan
I'm facing the same issue. I have a private repo with a GitHub App configured. I'm using Cloudflare Tunnels. And whenever I push a commit it does not trigger any...
I finally found the solution (at least for the bug with Cloudflare configuration). Error 301 is caused due to webhooks not supporting redirections. By default, Github App created through Coolify...
In fact I didn't manually change any the index.json, but after running **npm run dev:link:windows** and making the changes that file was auto generated. If index.json files are not needed...
@patmood I have done like this to not introduce breaking changes to the library (and because it was easier than a refactor), but definitely using utility types would be a...
@patmood I updated the PR to implement utility types and reduce duplicated code. Changes: - Could be used through Collections enum or Record type - Utility types now can be...
@patmood I fixed the tests
@patmood I didn't update the readme yet, when I have a moment to write some good examples I will make a commit with them
@patmood I updated the README
I just updated the branch. Regarding the `AUTODATE_STRING_TYPE_NAME`, I left a comment in the conversation explaining why I can't remove it: > I needed to do this "trick" in order...
With my last commit the local tests were passing, and since I couldn't find out why and what those integration tests are I left them as they were.