Ari Seyhun

Results 89 issues of Ari Seyhun

Todo: - [x] Each process should have its own single context. - [x] Ensure doc comments are written correctly. - [x] Make sure host function trait bounds are only whats...

Adds support for native plugins (.dll/.so/.dylib) which can be loaded with the `--plugins` flag. An example exists in the `examples/` directory, along with some docs on running the example. Related...

When calling functions, it seems like I need to prefix with `message_store.`, otherwise I get an error saying the function does not exist. Though, even when executing a function with...

![image](https://user-images.githubusercontent.com/16362377/227470269-30f25904-c135-4ad6-a41d-c185d6421f71.png) I have added some projects, but each project has `w0` label after it. What does this mean and how could I get rid of it?

## Description There's an inconsistency when building a project with inline WIT definitions using `cargo component build`. It fails under `cargo component` but succeeds when manually building with `cargo` and...

This PR implements guest functionality for metrics including tracing, counters, and histograms. It is dependent on https://github.com/lunatic-solutions/lunatic/pull/202. - [x] Add documentation for macros in metrics module. Macros are added for...

Sending messages should not require ownership of the message being sent. For example, the send method on `Process` has the following signature: ```rust pub fn send(&self, message: M); ``` This...

Is there any support planned for ray casting in this crate?

enhancement
design
up-for-grabs

The environment module is private, but I need access to it. Shouldnt this be made public?

When using `execute_iter` concurrently in `tokio::spawns`, I sometimes encounter an `unwrap` panic from Scylla. The unwrap causing the panic is in the `new_from_worker_future` function here: https://github.com/scylladb/scylla-rust-driver/blob/99330c8531392c24478e33a5a576780e25680aa1/scylla/src/transport/iterator.rs#L402-L407 A reproduction can be...

good first issue