Semirix

Results 7 issues of Semirix

Currently there doesn't exist a system for reporting events that have occurred in the raft runtime. ~~I can think of many scenarios where being able to immediately know when a...

I'm embedding this in a rendering application where rendered objects can be scripted in the frontend. The problem is that the rendered objects are managed in Rust but created in...

enhancement

# The problem In code I find myself having to do a lot of: ```rust let b = if let Some(a) = a { if let Some(b) = a.b {...

This is an update on an old suggestion outlined [here](https://github.com/async-raft/async-raft/issues/131). The current problem is that `RaftMetrics` is being served through a `tokio::sync::watch` channel. This is not ideal because some essential...

I'm on an M2 Mac Pro and I am having a weird issue. When I add the Prisma crates as dependencies in my project every time I run `cargo run`...

### Tested versions - 4.2.1 - 4.3.dev4 - 4.3.dev5 ### System information MacOS Sonoma 14.3.1, Macbook Pro M2 Max ### Issue description I have an ultra-wide 3440x1440 monitor connected to...

bug
topic:rendering
topic:editor

It would be a good idea to split the rhai-doc repo into lib and bin so that users can incorporate documentation generation into their programs.