Stephen Carman
Stephen Carman
At least for the static function I just created outside functions to call the inner static methods on the cpp side. Not ideal, but works.
It would be fantastic if I could log time against issues from the CLI as well.
The PR for fst was since deleted, I can't find the commit anywhere, so it'll have to ported over by hand. This is gonna take some time. I probably won't...
@fulmicoton how do we want to tackle this PR for fst? I don't see much way other than implementing it by hand from that PR, which I had to dig...
So @fulmicoton we got this in fst now, we're all ready to hook it up in tantivy right? I'll get that started if you have any more thoughts from out...
by default toshi will look for a config in `config/config.toml` if you are having trouble with paths you can also provide `--config` on the command line when running.
are you able to provide your json?
Okay so, this is a bug relating to hyper streaming in chunks of about 8kb, I'll have a fix for this shortly.
I appreciate the very detailed report. I'm almost certain this has to do with when I originally wrote the bulk insert, I struggled with how to bubble errors back up...
And so was born the "bad error handling" label, thanks. There are tons of places in Toshi where I either ignored or didn't spend time doing proper error handling for...