J. Simon Richard

Results 6 comments of J. Simon Richard

This has been happening to me as well and for quite some time. I'm currently using sway 1.9-dev-2c0f68b7 with this window rule: ``` for_window [title="Extension: \(Pushbullet\).*"] floating enable ``` This...

Try `source venv/bin/activate.fish`.

This is great! I'm working on another tauri project, so this would be helpful. Since `color_eyre` re-exports `eyre`, could you add `serialize` as a feature to that as well?

Both ```js export default defineConfig({ optimizeDeps: { include: ["@modular-forms/solid"], esbuildOptions: { // it cannot be "preserve" jsx: "automatic", jsxDev: true, // not familiar with solid, but it looks like the...

I unearthed another bug, I think. If you pass a function to `defineConfig` instead of an object, it doesn't think that `optimizeDeps.esbuildOptions.jsx` should be included. ```js export default defineConfig(() =>...

You're right; if I run `npm i` inside `wrongly-pre-bundled/` then `npm start` inside `wrongly-pre-bundled/package_a/`, npm works fine. The package `@modular-forms/solid` is still pre-bundled, but if that's the expected behavior then...