-
I'm having some trouble conceptualizing how to setup a project and am looking for any suggestions for how to keep it simple so I don't end up with 4 implementations of every function to maintain. I've…
-
I wanted to drill down into the problems with the current Luarocks installation process. There's an excellent corpus of issues on the repo proper:
- [Why Luarocks user experience is so bad?](https:…
-
I can install this module on my Mac with `sudo luarocks install lua-ryaml`. However on Debian 12 Linux the Rust environment does not get set when `sudo` is invoked. [this thread](https://users.rust-la…
-
Pluto is a superset of Lua 5.4 — with unique features, optimizations, and improvements. https://github.com/PlutoLang/Pluto
Any plan to integrate Pluto in mula?
```
[dependencies]
mlua = { …
-
This module doesn’t build without Lua development libraries installed on the build host. This is a shortcoming compared to the situation in [mlua](https://github.com/khvzak/mlua), where users needn’t …
-
When deserialization fails in a `next` call this error gets returned from rust:
https://github.com/DCS-gRPC/rust-server/blob/4a046556392efc7d17ee9d6c630c3fb3957e1359/src/lib.rs#L151-L158
But in lua …
-
With the `to excel` command, we already have a robust CSV to Excel exporter.
However, it doesn't allow you to:
* format cells
* add formulas
* add conditional formatting
* do merged cells,
* …
-
```
Kernel: 6.7.5-artix1-1
arch: x86_64
Distro: Artix Linux
```
I quickly made a PKGBUILD to make a package:
```
_pkgname=strata
pkgname=${_pkgname}-git
pkgver=r268.4452ee2
pkgrel=1
pkgd…
-
> [!NOTE]
>
> 🦥 This tracking issue is for the lazy and desperate 🦥
>
> If you would like to actively contribute to getting plugins on luarocks.org, see [this wiki page](https://github.com/nvim-n…
-
This plugin currently can't support Windows as the mlua crate cannot package a vendored luajit library on Windows. I'm working on a way to allow windows support by using the CC crate to compile the Lu…