Óscar Carrasco
Óscar Carrasco
Thanks! I'll address them later on today 👍
Should compile now
How should we approach unit tests?
> The newline broke some tests Got it. I'll fix them.
I'll work on this one :+1:
Is there any resolution from Cloudflare on this, as of today? Having this same issue on my side as well. I'm relying on the full nodejs_compat as I'm bundling an...
I think https://github.com/jetify-com/devbox/pull/1913 closes this :slightly_smiling_face:
Same as @hendrikheil - using Nix and direnv in a fresh new Nuxt project. Setting the watcher to `parcel` does the trick as a workaround: ```ts export default defineNuxtConfig({ compatibilityDate:...
For anyone else using `uv`, it won't let you install `torch==2.1.0` unless you explicitly override the dependency in `pyproject.toml`. This worked for me: `pyproject.toml`: ```toml [project] name = "whisper-cpp" version...
Sure! My plan is to have sent an implementation PR before Tue 29. Otherwise, I'd be okay with someone else taking on this instead.