nemosupremo
nemosupremo
If you don't mind dropping the audio; I found it was easier to use retina to pop off the raw h264 frames: ```rust let frame = match demuxed.next().await { None...
> I imagine that might have been a pain to debug. You can probably imagine; as the debugging tools in Safari are delightfully unhelpful. The "fix" was just noticing what...
Hitting the same issue. I lose the terminal until I run the `reset` command. Here's a recording of what happens: https://asciinema.org/a/u8zuELPkIcmerVa0sKRw5vLPG ``` $ system_profiler SPSoftwareDataType Software: System Software Overview: System...
I came across a use case where I wanted to build an 2D ndarray where I had filtered some rows. Intuitievly I wanted to do something like: ```rust let filtered:...
Might be a bit irrelevant for the thread, but I didn't think this warranted it's own issue. With regards to limitation 3, I believe you can't "infer" the correct shape...
I'll have to look into what it takes to support it. How do you expect this to work? Should namespacing be for gatekeeper as a whole (every request is prefixed...
I'm looking into this - there are some organizational changes that may lead me to continue development under a fork. I'm going to look into the outstanding PRs this week...
I agree - I gave this some thought. We would either have to persist state somewhere inside vgm so that we don't lose that data on restarts, or store it...
> For what it's worth, this behavior is documented My mistake I missed that > [Idx::new](https://docs.rs/faiss/latest/faiss/index/struct.Idx.html#method.new) was designed to ensure that the returned index intendes to refer to an item...
That seems to have worked - but I'm not sure if its correct. The stream times out (I'm guessing the server closes the connection), but Body is a partial response,...