Mark Zhang

Results 7 issues of Mark Zhang

The unit test process::recursive_count in rust-lib fails on my laptop running macOS Catalina. The cause of is issue is that the current working directory is opened repeatedly with each process...

Running `cargo run --example distributed` gives the following error ``` thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', examples/distributed.rs:28:50 note: run...

Use WIT definition for importing host functions as per https://github.com/lunatic-solutions/lunatic/issues/86#issue-1110599871 This is an initial attempt at using [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) crate to generate wasm function imports. Currently, I only have experimented with...

### Description If AnimatedCursor is rendered conditionally, the cursor will stay invisible even when AnimatedCursor is removed from the render tree. ### To Produce ``` import { useState } from...

### Describe the problem In some situations, developers don't know how long the embedding collections need to persist in the database and would use ChromaDB as a cache. Manually deleting...

enhancement

PR for #11834 This is my first time contributing so I am unsure if I did everything right. Pointers are much appreciated! Is it necessary to add a test for...