-
### zeke investigation results so far
- BitCraft has started handling this error better
- The Unity SDK is just passing along the `WebSocketException`, which is not a type we construct (in the SDK)
- …
-
Generated with:
```
./cg build log --build-id=6a9cd064-7533-4046-ad92-44caa14b07b0 --search 'ERROR: failed to build package' --attrs pkg,arch | sort | cut -d\ -f2,14- | sed 's|^|- [ ] |'
```
…
-
I just had a go at implementing the timeline API in my experimental rust-sdk on Web test jig (aurora). I'm seeing very strange behaviour, which maps onto reported bugs on Element X. If I use the API…
ara4n updated
3 weeks ago
-
When Alice invites Bob to a room with a suitable history visibility setting, she is supposed to share any keys she has for past messages in that room (via [`m.forwarded_room_key`](https://spec.matrix.…
-
Add prometheus instrumentation with crates [prometheus](https://crates.io/crates/prometheus) and [prometheus-static-metric](https://crates.io/crates/prometheus-static-metric) to get details of the swi…
-
### Describe the issue
I've made good attempts to understand how Timestream's ReloadEndpoint works, which doesn't seem to documented well. It still doesn't make sense to me, unfortunately.
The doc…
-
hey all! thanks for the excellent work on making iroh accessible outside of the rust ecosystem! personally i find golang to be a great development environment and will likely use iroh from it in the n…
-
Rust compilation on Ubuntu 22.04.2 LTS with target **x86_64-apple-darwin** fails with a build error:
`cc: error: unrecognized command-line option '-arch' `
cargo generated a cc command that can't …
-
Simply opening and saving the normal map creates a shift in normals, seams appear.
Have tried with every image editing software I have. Absolutely no edits were made. Files were saved as they were - …
-
The current set of lightwallet gRPC services hold redundant functionality and, as we are currently re-implementing this service in rust, we would like to collect the set of gRPC services that zcash li…