JZ

Results 455 comments of JZ

Looking at the commit history for `open_beam`: ``` $ git log -S open_beam --oneline cafa0b0 WORK-IN-PROGRESS: user beaming. 59d4747 Add release binaries. 82bd6bb Add releases to repository. ff5877a Basic browserify...

Hi Thomas, great job! At the moment I can’t program due to a vision issue. But perhaps someone could implement it. If you paste the section of code that you...

Hi @0xfe and @tomboul, I've added the `TOMBOUL` code to this branch with comments :-) thanks for that @tomboul. I haven't made any changes to the actual beaming code, though,...

Hi all, I'm using Vextab for a simple tool called Tabbyhack that generates guitar tab from a user playing a guitar. The mic listens to it and generates candidate tab...

Ouch: it looks like importing new texts just copies all words in there as totally new terms. ``` sqlite> select text_id, wordtextLC from words where text_id in (1, 5) and...

This is an old issue, but it's still a good library. As a relatively rookie js dev, I'm probably not the right guy for this task, but I'm still interested...

Hi @aehlke -- I posted a question to Reddit and was told a few times that [tagify](https://github.com/yairEO/tagify) is considered tag-it's replacement. Some stats on tagify: - 3k stars - 400...

OK @aehlke, I've opened a PR, and you can mark this repo as archived (I'm not able to). Would you like me to do anything with the open PRs and...

Ha, hilarious. The docs at https://pytest-splinter.readthedocs.io/en/3.3.2/#command-line-options have the options with a single dash due to rst formatting Copy-paste: ``` –splinter-screenshot-dir pytest-splinter browser screenshot directory. Defaults to the current directory. ```...

It's just the readthedocs docs that need the fix. The docs in this repo at https://github.com/pytest-dev/pytest-splinter/blob/master/README.rst are correct. Well that was a waste of time. ref https://github.com/sphinx-doc/sphinx/issues/9871 - double dash...