Liza Katz

Results 24 comments of Liza Katz

Same problem here.

I'm now running into this error as well: `UnhandledPromiseRejectionWarning: Error: Internal Error: Cannot assign isExternal=true for the symbol React because it was previously registered with isExternal=false` I tried replacing the...

@hhursev would you be interested in this type of improvement for project? If so, I could work on it.

For anyone interested in this, adding the `@stylistic/js/no-multiple-empty-lines` rule with `maxBOF: 0` before this one fixes the issue.

Community PR: https://github.com/Outburn-IL/fume-community/pull/43

@AlexZeitler I'm seeing this issue when running on Windows (While everything works fine on Linux) ``` TypeError: Jest: Got error running globalSetup - C:\git\fume-community\tests\setup.ts, reason: Cannot read properties of undefined...

Hey @tmullerv Did you end up finishing this?

Hey @RyanFitzgerald I upgraded Gatsby to v5. Let me know if you need me to make any additional changes to keep this template alive! https://github.com/RyanFitzgerald/devfolio/pull/15

Hey, joining the semantic search on the FE party 🥳 . I'm wondering if we can leverage the power of threads in this scenario by setting `env.backends.onnx.wasm.numThreads = 4`. I...