Erica Marigold

Results 85 comments of Erica Marigold

> Someone has made a fully working package manager for Lune: [jonasarensmann/Farmer](https://github.com/jonasarensmann/Farmer) I would not recommend farmer. It's really primitive and hacky. It just sends over all your code and...

[Pesde](https://pesde.daimond113.com/) is the package manager I would personally endorse. It was built from the ground up for multi-target support (Roblox, Lune, pure Luau) and many more useful features you would...

@filiptibell Any updates on this? The REPL is a bit too minimal ATM, it would be nice to have this so that I can PR an update to it which...

Perfect, in that case I can PR this in to close #175 and later create another PR for implementing this.

This is really needed. I'm currently working on a shell prompt system using lune, and a barebones `read` function would be helpful, around which we could provide more fancy prompt...

Is core a symlink to a directory? If so, it makes sense to return the kind as a dir.

Update on this, I feel like lune should provide a `readLink` method in the `@lune/fs`, since usually most FS APIs do not provide information about symlinks unless explicitly requested (I...

This would be great to have as an alternative, considering the ETA for native modules is currently unknown. +1.

None. We're dependent on mlua upstream to implement native module supports for all platforms, and hopefully make it safe. I've tried implementing them by hand, but the problem ends up...

I was able to recently reproduce this! For some reason, dialoguer does not handle graceful exits via `SIGINT` and does not send the required ANSI sequence to make the cursor...