Erica Marigold
Erica Marigold
> Some variation of tripwire duping remains, this should patch them, however, it has wider behavioral changes for the solution, and so, this specific variant has a configuration option Do...
Same error on WSL, oof.
I'd be willing to draft `PKGBUILD`s for the AUR, just lmk.
Would be awesome to have this this, allows for much stronger and automatic types.
F Droid would be great to have since it streamlined and centralizes a general place I can manage my apps. It is fairly simple to get started with too; as...
Is this not enough? I can't imagine describing what websockets are, on an API for websockets... 
Websockets are a standard, so I feel like documentation for that does not belong in lune's docs, just like we do not explain what HTTP requests are in net.request. [Here](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket)...
> perhaps i can use it instead of net.request You probably don't need a websocket for downloading a file, since it is intended to be used for realtime communication inside...
No, this is not possible, you would require a stream API where you increment a progress bar on every byte received or something similar. #200 is related.
@filiptibell In order to return consumable exit information, [`exit.rs`](https://github.com/lune-org/mlua-luau-scheduler/blob/main/lib/exit.rs#L7) in mlua-luau-scheduler needs to return an [`ExitStatus`](https://doc.rust-lang.org/stable/std/process/struct.ExitStatus.html) instead of an `ExitCode`. I'll go ahead and create an issue in the repo.