Paulius Jankauskas
Paulius Jankauskas
Spec: https://github.com/uhoreg/matrix-doc/blob/shareable_keys_msc/proposals/3061-shareable-room-keys.md
Each time the client is initialized, upon sending a message to a room - a new OutboundGroupSession is created with https://github.com/poljar/matrix-nio/blob/b1cbf234a831daa160673defd596e6450e9c29f0/nio/crypto/olm_machine.py#L985 This method also creates the mirrored InboundGroupSession which is...
### Feature Description Implement native metric for the rate of failed gRPC invocations, similar to http_req_failed. ### Suggested Solution (optional) Rate calculated as follows: ``` response = client.invoke() grpc_req_failed.add(response.status ===...
(WIP) Implementation of #216 Features: - Demo Jupyter notebook showcasing functionality of the workflow - Hot-reloading of splat and annotation data using a custom websocket protocol and proxy server. -...
It would be great for (research purposes and others) if this editor could enable users to visualize and edit labelled gaussian point clouds. Such a feature would require: - Creation...
Fixes #1234 Prevents reference before assignment error on `dc` variable when both `separate_sh` and `pipe.convert_SHs_python` parameters are True.
Fixes #39 On RTX 4090 GPU the model code auto-converted aggregated and patch tokens to torch.float32 dtype, even though bfloat16/float16 was specified. This lead to twice the amount of memory...