Pawan Dhananjay
Pawan Dhananjay
Hey @GerardBri can you share the debug logs from `$datadir/beacon/logs/beacon.log`?
Thank you! Can you share your hardware setup as well? Looks like your node did the state transition correctly the second time around (after you purged the db) so I'm...
I can work on this guy.
I was suggesting writing to a file since it's not a big deal even if it gets corrupted; we can start from a fresh dht with just the bootnodes and...
I tried installing it again. Gives me the following errors now http://pastebin.com/7T7tV0xN I just wanted a fast POS tagging utility. I was not aware of spaCy. Using that now. Thanks...
Thanks a ton! Tagger is really accurate and way way fast than stanford tagger
You can pos_tag any sentence like this from spacy.en import English, LOCAL_DATA_DIR import spacy.en import os, time data_dir = os.environ.get('SPACY_DATA', LOCAL_DATA_DIR) nlp = English(parser=False, tagger=True, entity=False) def print_fine_pos(token): return (token.tag_)...
@afck What is the point of the second check here in the `handle_echo` function? ``` if self.ready_sent || self.count_echos(&hash) < self.netinfo.num_correct() { return self.compute_output(&hash); } ``` Is it just to...
> What do you mean by an actual JWT error? I meant the error returned by the the EL for invalid jwt. The fact that all ELs respond in different...
> I'm not sure if you already utilize this but we added the possibility to batch all the metrics in one single request on our end: We do send the...