lune icon indicating copy to clipboard operation
lune copied to clipboard

A standalone Luau runtime

Results 77 lune issues
Sort by recently updated
recently updated
newest added

The open source version of Luau doesn't include `uft8.graphemes`. I've got some code written for Roblox that could also be useful in Lune, but it depends on this function.

enhancement

This PR migrates from an Aftman manifest to a Rokit manifest and utilizes `setup-rokit` in actions instead of `setup-aftman`. It also moves `just` into a managed toolchain instead of a...

the following code errors with ```luau local roblox = require("@lune/roblox") game = roblox.Instance.new("DataModel") ``` ``` thread 'main' panicked at crates\lune-roblox\src\instance\registry.rs:44:17: cannot mutably borrow app data container ```

bug

Hello, I am currently looking to write some tools with lune that deal with very large files. The only option for opening files is to read the entire thing into...

enhancement
pending / needs design

# Summary At the moment `@lune/fs` has no support for fs.stat() and fs.appendFile(..). Is there any chance to add it maybe in the upcoming update? Thanks!

enhancement
pending / needs design

Lune has support for Hash and HMAC however it doesn't have Encryption / Decryption (AES) my use case is making a custom password manager, encrypting files, etc

enhancement
pending / needs design

## Summary [Zstandard](https://github.com/facebook/zstd) is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. [...Read more](https://github.com/facebook/zstd/blob/dev/README.md) ## Benefits - Expands the possible compression algorithms in...

enhancement
good first issue