Nathan Craddock

Results 113 comments of Nathan Craddock

Sorry for the delay on this, I've been swamped the last month. I'll take a closer look later today / over the next few days and get back to you

Luau has a focus on sandboxing and does not support loading compiled modules with require. I'm not sure if there is anything for ziglua to handle here. If this is...

Yes, you can do this! I don't have a good example of how yet, but you should be able to use the `shared` option with the ziglua dependency to link...

Thank you for looking into this! I am not super familiar with Emscripten but this does seem worthwhile. I don't have time right now to take a closer look, but...

You could register `traditional_repo` `mono_repo` and `package` as separate workspaces with this plugin just fine. I'm not sure if that is what you are asking about though!

Yes file_3 would be in two separate workspaces. All a workspace does is allow you to set the working directory of nvim

Maybe... I'm curious why you would want this? The current workspace file is very dumb (simple) and uses null bytes to separate data

Hmm. Well workspaces doesn't do anything automatically. And (at least to me) having to type `:WorkspacesAdd` is manual enough that I don't think it would be easy to make a...

Glad to hear you found a good solution!

Good point! This fits in well to #35 so I made note of it there