-
**Is your feature request related to a problem? Please describe.**
Currently is not possible to get a reference to a stream in [StreamMap](https://docs.rs/tokio-stream/latest/tokio_stream/struct.Stre…
-
In https://github.com/zulip/zulip/issues/26661, we plan to rework how archived streams are handled. As part of making these changes, the mobile apps should ideally match the web app in how messages in…
-
Currently RiverBench only includes datasets that can be viewed as a sequence of RDF graphs or RDF datasets ([grouped RDF streams](https://w3id.org/stax/dev/taxonomy)). This is because I first and fore…
-
Currently it seems that all queries are re-run when changes happen, which can be very slow both locally and result in additional queries to the remote server (in the case of AutoFetchCollection).
R…
beorn updated
1 month ago
-
```python
@mx.compile
def fun(x):
return mx.abs(mx.negative(x))
x = mx.array([1,2,3])
with mx.stream(mx.default_stream(mx.cpu)):
mx.eval(fun(x))
with mx.stream(mx.default_stream(m…
-
tl;dr: For the Python 3.13 free-threading build (`cp313t`), the per-thread default stream is enabled and used by default. Users need to set `CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM=0` to explicitly…
-
By default, events are not published over a bus when inserted into a store. To automatically publish inserted events, a decorator can be used:
```go
package example
func example(store event.Sto…
-
We are having two issues we hoped you could help us with:
1. First, when running the app in debug mode from visual studios on the Hololense as a remote device, it builds and deploys successfully,…
-
For a specific relay application I like to change the diverted streams on the fly. It is unclear whether this is possible with current StreamDivert. I like to add and/or remove streams without disturb…
-
Hey Erwin, I see that you pushed a new version, thanks for your work. When I followed your instructions and try to run one of the examples, I get the below error.
```
Unrecognized option '/filter_…