Kalle Samuels
Kalle Samuels
> Related issue: #140 Also my issue, but I filed both for completely different reasons :)
Why don't you just parse each of `socket.lines()`?
This is also important for sending stuff to Elasticsearch, which doesn't accept floating point values without a decimal point.
> You mean it doesn't accept 10 as 10.0? Yes, that's what I mean. If ES decides that a field a floating point value, it won't accept things that look...
This is the error ES gives you: { "type": "illegal_argument_exception", "reason": "mapper [column_name] of different type, current_type [float], merged_type [ObjectMapper]"}
Maybe so, but that seems also highly inconsistent with the rest of Rust.
This could be caused by a corrupt block file created by Bitcoin-Qt. Please give me the last file (numerically) in the bitcoin blocks dir that has the format "blkNNNNNN.dat" -...
Hi Rolfie, I looked at your file and didn't find anything too exotic in there. Can we also take a look at the end of your armorycpplog.txt ?
This is probably a result of disk corruption of the bitcoind blockchain. I forgot about this case when I did that patch. :(
The following program deadlocks: ``` #include int main() { void *env = sp_env(); sp_ctl(env, SPDIR, SPO_CREAT|SPO_RDWR, "db"); void *db = sp_open(env); void *csr = sp_cursor(db, SPGTE, "", 0); sp_get(db, "",...