doneforaiur

Results 5 issues of doneforaiur

I got the error stating that `handle_message` missing positional argument `writer` but `writer` is supplied to the function. It seems that `handle_message` can't get `self`, that is p2p_protocol. https://github.com/dvf/blockchain-book/blob/8642a7b55b1b14be40e243cf004051d4f200d4b5/chapters/chapter_7/funcoin/server.py#L17 I've...

MorphAnalyzer returns only "unk" after many iterations with `analyzer.analyze(word)`. As a workaround I'm reinitiating it after it returns "unk" for known words. Any clues on why this happens?

bug

Could you upload the dataset too? If not, at least tell us how big it was. ;-;

There are multiple weird passages (for eg. ~10.000th line) in the data file. Do you know what's causing this? PS: Since the file is 30mb I'm viewing it in Notepad++.

I was trying to estimate filament usage based on the STL, and your repository is the first one that actually worked and generated G-code. :^) Unfortunately, the most important part...