David Briggs
David Briggs
This patch fixes the issue - should I open a pull request? ```patch @@ -593,8 +593,8 @@ impl BigDecimal { return self.clone(); } - let mut number = bigint.to_i128().unwrap(); -...
@jubos if you're comfortable pointing to a git repo - I've forked & fixed the issue here: https://github.com/dpbriggs/bigdecimal-rs Make sure you get the right rev, so here's the line I...
@kyleAsilver I made a PR here: https://github.com/akubera/bigdecimal-rs/pull/72
Oh! I'll need to fix that. That's the same paper but I found a backup on the wayback machine: https://web.archive.org/web/20180222030013/http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.62.7953&rep=rep1&type=pdf It was "Scalable Bloom Filters" so I guess I could...
That's either some unknown op or maybe it's the latest RESP which isn't currently supported. This functioned on my machine: ``` redis-benchmark -t lpush,lpop,set,get ``` Saving data to disk is...
> when do u think rocksdb/terarkdb integration will happen? That would interesting but unfortunately there's no current plans. I highly recommend you trying to add them though!
Hi! It's not very stable but it is in use in [redis-oxide](https://github.com/dpbriggs/redis-oxide/blob/40ca1809418106d1fdc9fd610bd755026121788b/src/scripting.rs#L159). There's an [FFI example](https://github.com/dpbriggs/x7/blob/b07963102c08914e6a6831c04f912392db89c70c/examples/ffi.rs#L1) as well: ``` ➜ x7 git:(master) ✗ cargo run --example=ffi Compiling x7 v0.2.0 (/home/david/programming/x7)...
Hmmm that'll be interesting to add. We'll want a convenient API and that'll take some design work. What sort of application are you hoping to embed x7 into? A workaround...
The easiest way is to edit the configuration file to remove the repo entry. You can find the config file using `borgtui config-path`
Thanks for the contribution! Could you put this behind a feature flag and update the README? This is useful but probably shouldn't be on by default.