Anna Bocharova
Anna Bocharova
Have the same issue with https://github.com/RobinTail/zod-sockets Not showing up, refresh does not help.
Having the same issue with a repo I made 3 days ago — it's not showing up in the list of available GitHub public repos. https://github.com/RobinTail/zod-sockets
`util.isArray` is deprecated since Node v4.0.0 https://nodejs.org/api/util.html#utilisarrayobject @niftylettuce , please review
Due to https://github.com/jestjs/jest/pull/14460 requires at least Node 18.12
Or, I can make it non-breaking by testing compatibility only on certain Node versions.
non-breaking now, can be released anytime
having the similar issue. useLazyQuery returns a tuple with a `LazyQueryExecFunction`, which returns a promise that is never resolved. Apollo client v3.7.3
[The solution](https://github.com/apollographql/apollo-client/issues/9284#issuecomment-1050603696) offered by @jackykwandesign works as a good bypass. Thank you.
> Issue: extending ZOD does not work well in DTS. `z` has the type `any` > > Resolved by preserving DTS generation by tsc in [a330d90](https://github.com/RobinTail/express-zod-api/commit/a330d9061ee5cb4060cc95953f25fe34209a1e5b) this is fixed by...
Is there any complete solution for the splitting and run-time loading, @johannes-z ?