Tim Diekmann
Tim Diekmann
## 🌟 What is the purpose of this PR? It's easier to only run the docker container than to build the Rust projects, especially if you are not used to...
## 🌟 What is the purpose of this PR? Currently, we are setting the number of workers to `1`. In order to achieve good scaling, the number of workers should...
## 🌟 What is the purpose of this PR? If shared memory resizing fails, we currently error. An alloc-copy-dealloc fallback will have another chance to reallocate shared memory. **This should...
## 🌟 What is the purpose of this PR? We currently don't support Rust behaviors yet, in order to test a few more simulations, we should replace very simple Rust...
I have a pretty similar layout to your resource management in my system and also have a struct like your `HashValue`. However, I think you can simplify a few traits...
v8 provides [`Value::TypeOf`](https://v8.github.io/api/head/classv8_1_1Value.html#a1f6e02579b0ddd7d223dd37bfea728d6) but this is not exposed in rusty_v8. Is it possible that this could be added?
When using `v8 = { git = "https://github.com/denoland/rusty_v8" }` in *Cargo.toml*, cargo is not able to get the git submodule for `v8`. This happens, when `v8` got updated by @denobot...
## Is your feature request related to a problem? Please describe. We should add a section in the crate-level documentation on how to write attachments and context messages. ## Describe...
## 🌟 What is the purpose of this PR? Quite a few issues were detected in the type system package. This fixes a few of them. ## 🔍 What does...
## 🌟 What is the purpose of this PR? ## 🔗 Related links ## Pre-Merge Checklist 🚀 ### 🚢 Has this modified a publishable library? This PR: - [x] does...