Deepso

Results 7 comments of Deepso

getting same error on macos, M2 pro encoding pcm16, 24kHz mono

facing same issue after upgrading to `v16.0.7`, though everything is fine on `v16.0.1` ``` ./node_modules/.bun/[email protected]/node_modules/thread-stream/test/transpiled.test.js:3:18 Module not found: Can't resolve 'tap' 1 | 'use strict' 2 | > 3 |...

hmm, but sadly I've 2 packages which are using `pino` and `thread-stream` with 2 different versions ;_; ``` Turbopack build encountered 2 warnings: ./node_modules/.bun/@[email protected]/node_modules/@walletconnect/logger/dist Package pino can't be external The...

> > hmm, but sadly I've 2 packages which are using `pino` and `thread-stream` with 2 different versions ;_; > > ``` > > Turbopack build encountered 2 warnings: >...

> ``` > QSTASH_TOKEN="xxxxx" > > QSTASH_CURRENT_SIGNING_KEY="xxx" > QSTASH_NEXT_SIGNING_KEY="xxx" > ``` > > Do they look like this? If not error is expected, yeah. yess they look like this only...

> We are looking into it found one related issue, https://github.com/vercel/next.js/discussions/38164

> FYI, I had the same issue after upgrading to turborepo 2 yesterday. Then I realized that the `QSTASH_CURRENT_SIGNING_KEY` environment variable was simply missing from the `globalEnv` array in the...