libTorrentUser
libTorrentUser
By the way, I just found out about triggers. And `f_newmap` seems to be extremely handy to auto-record demos whenever a map changes. Just adding `alias f_newmap "record $dateiso-$mapname"` to...
@Calinou Good point. I forced O3 and LTO when I built it. The client worked flawlessly. @jite I totally agree about being cautious and testing. I disagree with some of...
Yep. So far this is the only really important missing feature / bug I found. Other than that, thanks for this kick-ass modeling tool.
Hi, I've created a quick fix for this issue and now the foreign keys are generated correctly. Basically I created a new function inside `io.js` that will generate the correct...
This is, indeed, a feature I felt that was sorely missing. I am going to try to modify the memory watch window and see if I can add "watches" in...
As promissed, attached is a patch that can be applied to the bsnes-plus v05 release. The patch adds a watch list right below the memory editor. This was my first...
I confirm the... bug? Not sure if it is a bug or intentional but ``` import pysbd text = 'He said "hello. And then world."' seg = pysbd.segmenter.Segmenter(language='en', clean=True) print(seg.segment(text))...