Daniel Leping
Daniel Leping
Here is an example: http://localhost:9999/error/The%20Big%20Bang%20Happened
Hi guys, before posting this issue I have checked your plans and roadmaps. Though it's unclear if you have any timelines planned. We are considering to use YSwift for our...
Hi guys! This PR allows `yffi` to be built as a Rust library. Linking several Rust-produced static libs to a single executable is problematic, so it has to be done...
Hi guys, I was testing `Yrs` and encountered the following behavior, which looks like a memory leak to me. Consider the following function: ```rust fn mem_hog(count: usize, inserts: usize) {...
Hi! I was testing `automerge` in Rust and encountered significant performance degradation in tests with larger iteration counts. Here is a simple snippet to reproduce: ```rust fn snippet(count: usize) ->...