Tom McLaughlin
Tom McLaughlin
Sounds good, thanks! No rush, I'm happy since I have a workaround now. > With dev context I mean without `ts-node`. E.g. it isn't clear how HMR / auto-reload can...
Hmm, I don't think I'm a fan of the `vite-plugin-standalone` approach because it uses a whole separate set of tools (vercel/nft and esbuild). I use Vike because I like Vite,...
Update: I've updated my example and gotten it working with a slightly different [weird hack](https://github.com/thomasjm/vike-standalone/blob/main/scripts/fixup-server.sh): https://github.com/thomasjm/vike-standalone/ I'd love some help understanding why this hack is needed. Once it's fixed I'd...
Oh, I just discovered the `staticCssInDev: true` option, which resolves the issue. I guess the question is, could we both have our cake and eat it too? I'd like to...
I was recently trying to figure this out, and ran into a bit of a problem because there seems to be a difference between normal Rust code and `evcxr` Rust...
Hmm, I just tried that in a simple Rust project and `rust-analyzer` doesn't seem to like it: * On the exclamation point I get a warning `expected ! because of...
Oops, I misspoke earlier when I said the semicolon-free statements could appear anywhere. They can only appear as the final statement in a cell. That seems to work, thanks @Veykril!...
It looks like such a workaround maybe have already been applied here? https://github.com/caplin/FlexLayout/blob/989112f98d37047f7e74011376e7812a081ce9e9/src/DragDrop.ts#L5 However, is this library really going to work for SSR at all? I was looking at the...
> By the way, if you remove the extra arg, you can also remove the extra `interpreter_args` and pass `argc` and `argv` directly to the interpreter. Not quite, as it's...
Thanks! I just tried this in the latest commit. I haven't tested it yet, had a little trouble using `conda` on NixOS.