PawelJ-PL

Results 15 comments of PawelJ-PL
trafficstars

Yes, I found solution. As I remember, i fixed it by importing `import io.getquill.*` or importing quill methods from context (I can't remember, but I fixed it using proper import)

I don't know, why test https://travis-ci.org/github/dacr/jajmx/jobs/692928298 is not passing, but it fails also on `master` branch

Currently I'm using solution 2. provided by @danxmoran and model is generating properly

Hi, regarding the first error, the project does not provide type declaration files. You can create your own declaration, somewhere in you project (for example `src/typing/whisper-node.d.ts`) with following content: ```typescript...

It looks, that it's problem with nodejs fetch default headers timeout (5m). Unfortunately, the default timeout can't be changed. I solved the problem, using custom fetch: ```typescript import { Agent...