Geoffrey Emerson

Results 9 comments of Geoffrey Emerson

Looks like this project is dead.

I have switched over to swc/jest. Works great for my purposes. On Sun, Mar 17, 2024 at 3:13 PM Shaun Wilde ***@***.***> wrote: > Came to ask this very question...

After more poking, it looks like this error started happening after I tried to update the vulnerabilities found: `found 1160 vulnerabilities (361 low, 30 moderate, 767 high, 2 critical)` Reverting...

`process.env.PNPM_HOME` now takes priority over all other variables: https://github.com/pnpm/pnpm/blob/40845b9add72745ac04eb39b78530a54074c05b2/config/config/src/index.ts#L315 If that is not set, it then checks other fields: https://github.com/pnpm/pnpm/blob/40845b9add72745ac04eb39b78530a54074c05b2/config/config/src/dirs.ts#L43

I have a similar issue that breaks builds because the presence of multiple different versions of webpack will cause a compilation error. Resolving to a specific version of webpack and...

> After searching a bit more I managed to do it by using env variables and some if checks in the test script of my requests: Thanks for this idea!...

I came across this issue while working through a similar challenge in my project. This is a summary of my findings: - When Express catches an error, it runs its...

I got around this by using pyenv to install python 3.11.14. Apparently all the common AI tools don't work on versions higher than 3.11 for some reason.

From the [readme](https://github.com/resemble-ai/chatterbox?tab=readme-ov-file#installation): `We developed and tested Chatterbox on Python 3.11 on Debian 11 OS` Why are people (in this and other issue discussions) dead set on using a more...