-
Heya, apologies if this isn't the correct repo to open this, still figuring out how the build process works. It could also be in [xwin](https://github.com/rust-cross/cargo-xwin) or [luau](https://gith…
-
If you just create a blank project and add this dependency:
```
tealr = { version = "0.9", features = [
"mlua_luajit",
"mlua_vendored",
"mlua_send",
"mlua_macros",
] }
```
Y…
-
Hi! I'm upgrading the mlua version of [Yazi](https://github.com/sxyazi/yazi) from 0.9.9 to 0.10.0. It compiles fine now, but I'm getting random panics at runtime:
```rust
The application panicked …
-
### Issues
- [X] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request.
### Feature description
As I grow my not…
-
Excuse me, sir!
My computer is Windows 10 64 bit, I‘m have installed with 64-bit Rust 1.82.0, and Lua5.1.5 is 32-bit. How should I compile it into a 32-bit DLL?
I have did the following settings:
1…
-
I have the following code that worked in 0.9.9:
```rust
use mlua::UserDataRef;
struct Ctx {
foo: String,
}
type CtxRef;
fn main() -> mlua::Result {
let cx = Ctx { foo: "Hello worl…
-
Hello, i have an error when connecting to a secure websocket (url: `wss://gateway.discord.gg`)
Error:
```
thread '' panicked at 'called `Result::unwrap()` on an `Err` value: Other(TlsHandshakeFai…
-
Is there anything I need to be careful of when using the `send` feature flag? It being locked behind a feature flag makes me wary that it has some side effects, as otherwise Send could be implemented …
-
## Context
I've been slowly creating some modules to use in various projects (mostly wrapping rust libraries).
Some of them are async libraries and I want to use these modules with other lua binar…
-