Hannes Diercks
Hannes Diercks
worth mentioning that this is only about tests and dev dependencies. The library never had node-fetch as a dependency and required passing a fetch implementation upon usage. LGTM :hamster:
Tried to debug why ts-jest refuses to use build in fetch from node and gave up for now.
What I found out: When you run these tests in isolation on `master` they fail in the same way. I don't have any more time to dig deeper but this...
Seems as if the same error happens also at random: https://github.com/cellular/oazapfts/pull/311 https://github.com/cellular/oazapfts/actions/runs/3310145388/jobs/5464028024
seems as if the current state on `master` is flaky
might be a sensible solution. I'll also try to have a look and debug this week
@fgnass do you have opinions about this? (And is it ok when I ping you for your opinion about oazapfts things or do you focus on other things now?)
Would also love to see the server typed
Latest Quill Latest Chrome Latest OSX
Hey @joelcolucci, in the meantime we stopped using this package since there seems to be a memory leak (which we did not debug properly, so I can not tell you...