Eric Christiansen
Eric Christiansen
Make this bit atomic: https://github.com/emchristiansen/PersistentMap/blob/master/src/main/scala/persistentmap/PersistentMap.scala#L165-L168
For DBs with lots of keys, it would be nice to have a way to call `LSKEYS` and get an async stream instead of a `Vec`. It would also be...
After following [the instructions here](https://docs.yugabyte.com/preview/deploy/kubernetes/single-zone/oss/helm-chart/), I have what appears to be a functioning Yugabyte cluster, but I'm not able to connect using the command `kubectl exec --namespace yb-demo -it yb-tserver-0...
When I follow [these instructions](https://www.trufflesuite.com/docs/tezos/truffle/quickstart) and run `truffle unbox tezos-example` I get this error: ``` ➜ tezos-example truffle unbox tezos-example Starting unbox... ================= ✔ Preparing to download box ✔ Downloading...
[Activity abruptly stopped in June](https://github.com/airgap-it/tezos-rust-sdk/activity), so I'm wondering if it'll resume. I sure hope it does! 🤞
`SignedOperation::to_injectable_string` sometimes fails with a an `InvalidStringValue`, even on valid operations. I'm trying to find a good test case, but I ran into it when going through the last 1000...
Please add support for the streaming block and mempool RPCs. For example, `/monitor/heads/` and `/chains//blocks//monitor_operations`. Alternatively, if you have guidance on how to add these streaming endpoints I can take...
These packages seem really useful, and it would be nice if they were more easily available. Here are the instructions for publishing to crates.io: https://doc.rust-lang.org/cargo/reference/publishing.html
The [`RealtimeVoice` enum](https://github.com/64bit/async-openai/blob/aeb6d1f82d08b7900c91745fc41327ebc7d2b81b/async-openai/src/types/realtime/session_resource.rs#L79) currently supports just 3 voices. But, there are currently [8 supported realtime voices](https://platform.openai.com/docs/api-reference/realtime-sessions/session_object#realtime-sessions/session_object-voice).
For DBs with lots of keys, it would be nice to have a way to call `LSKEYS` and get an async stream instead of a `Vec`. It would also be...