J. Simon Richard
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...
Hi @lishaduck, it's still there: https://github.com/jsimonrichard/HyperMD/tree/dev.
@lishaduck I'd love some help. Let's talk more on my repo; I'll create an issue
> (For that matter, does yours work? It looks like it works, but I haven't tested it yet.) It kind of works, but it's missing a lot of features. See...