Sai

Results 17 comments of Sai

I was able to install and run the snippet. I did only `python -m spacy download en`. Can you repeat what you did without doing ` python -m spacy download...

There is a symspell package in rust https://github.com/reneklacan/symspell . Can we benchmark it and check whether the memory requirements are satisfied? What are the hard bounds on memory you're looking...

I think spacy python library also deals with these modularization questions. They have a layered pipeline architecture which could be worth checking out. https://spacy.io/usage/processing-pipelines

I get the same issue now. Is self-hosting the optimal way to run org-web?

Yeah, I posted the comment as soon as I and my colleague hit it. It happens in both firefox and chrome.

@stweil I have created a pre-login agent which uses CGEventPost for simulating keyboard. FYI I am developing a remote control app similar to yours. Keyboard ``` CGEventRef keyEvent = CGEventCreateKeyboardEvent(...

@stweil I solved this after long and arduous search, shall I give a pull request, it comes down to adding stuff to ldflags?

Hey sorry @stweil , forgot about this thread. If I have the time I will give pull request, but you can fix it yourself. Refer this answer https://stackoverflow.com/questions/41429524/how-to-simulate-keyboard-and-mouse-events-using-cgeventpost-in-login-window-mac/41607430#41607430

@drishi94 Any update on this?