Cédric Eberhardt

Results 6 issues of Cédric Eberhardt

Hello. Looks like the `cacheDir` option in Vite config file is broken. I feel like the `root` option has been forgotten. ```js { root: "./packages/application", cacheDir: ".cache" } ``` It...

Hello, I currently try to parse a form but I have a Parse error for a specific case: ``` struct TestForm { text: Option, number: Option } ``` 1. Whether...

C-improvement
A-web

### Provide a general summary of the issue here Well. I have a very hard to reproduce bug - it's randomly happening - and hard to check in the current...

bug
help wanted

Thank you for helping out with embedded-graphics development! Please: - [ ] Check that you've added passing tests and documentation - [ ] Add a `CHANGELOG.md` entry in the **Unreleased**...

Hi. Shouldn't the path for registering a new worker be an absolute path? For instance if my JS is loaded from `http://localhost/build/main.js` (output dir from rollup) and the registration is...

### Environment information ```block CLI: Version: 1.6.1 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v20.10.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "npm/10.2.5" Biome...