Kirawi

Results 336 comments of Kirawi

1. Couldn't you argue that for any software? If you're worried about it, you can compile the plugin yourself. 2. [Wasmtime](https://docs.wasmtime.dev/examples-rust-debugging.html) and [Wasmer](https://docs.wasmer.io/integrations/examples/errors). 3. The potential contributors would need to...

Indeed, but that is something that is just going to happen no matter what. Every program that people use is going to be written in separate languages, and if you...

`Wasmer` and `Wasmtime` are both sandboxed, so you can reference the earlier benchmarks for them. Admittedly I'm not sure on the cache aspect, and I'm aware that Wasm sandboxing is...

I've been trying to implement a wrapper type to get [`ropey::RopeSlice`](https://docs.rs/ropey/1.3.2/ropey/struct.RopeSlice.html) to work with `similar` using the [iterators it provides](https://docs.rs/ropey/1.3.2/ropey/iter/index.html), but the problem is that they only return owned values...

Perhaps a macro that could create two versions of the internal functions; one that borrows and one that returns an owned value?

> It will support more flexibility with the borrow checker. In particular, components will have a stable location in memory, even if new entities and components are created. As a...

I'm probably not experienced enough to actually do it, but I'll take a stab at it. Why does the [UpdateHealth](https://wiki.vg/Protocol#Update_Health) packet send the client info about food saturation if stuff...

Small update: I have been very busy and will likely be busy for a while as I'm now in my senior year of high school, and because of other projects...

It would also be nice to have a docs.rs page.

Update: The original APACHE-2.0 license for the Google Meets segmentation model was [found](https://github.com/tensorflow/tfjs/issues/4177#issuecomment-839725654). I would also like to mention that it is used by [Jitsi](https://jitsi.org/blog/march-update-new-toolbar-ui-virtual-backgrounds-and-more/), so perhaps you can take...