Edward Grefenstette

Results 14 comments of Edward Grefenstette

Pinging @rraileanu RE: issue with RIDE, and @ACampero for issues with AMIGo.

I found this issue while googling to find a solution to this problem. I too would find it super handy if there was some basic search functionality. In decreasing order...

It's likely this is not the fault of org-roam-ui, but it would be helpful to identify what part of the loading of the graph causes this behaviour to arise, so...

As for #167, this issue is probably not connected to org-roam-ui, but because it only/mainly arises while using org-roam-ui, due to a graph being open in browser, it would be...

There's a bug in the flag declaration (AFAIK). The lines 48-49 in `main.py` should be: ```python parser.add_argument('--cuda', action='store_true', default=False, help='use CUDA') ``` instead of ```python parser.add_argument('--cuda', action='store_false', help='use CUDA') ```...

I have this issue on both OS X 10.15.7 (19H1606) on my home iMac, and OS X 12.1 (21C52) on my work mac. Both off fresh installs of Zotero (checkted...

> @egrefen you are experiencing a different error. Sorry (although this is what I get when I try to force export after noting that automatic export doesn't work, which it...

Also why close the issue when it's still an active problem? How are we supposed to track resolution?

I have a repro case in my computer. Will see what lines are causing trouble when I get back from dinner.

Okay the problem seems to be with rogue DOS carriage return characters (`\r`) in the text rather than with `tokenize-anything.sh`. I think `wc` doesn't spot them but your script converts...