-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First attempt with DocQuery #24
Conversation
First attempt with DocQuery
I'm not sure it was quite ready? It's been a while since I worked on it but as far as I remember it needed some work around the autocomplete text selection part. I can try and return to this this weekend. |
Thanks very much for your reply. My test failure was caused by my dev env setup. I need to learn pros and cons between two branches and decide which one to use first. |
@seongjaelee, use this PR instead of #23.
This PR, on the other hand, completely reimplements the whole core of note handling. It can also potentially at least partially fix performance issues like #22 and deltaidea/notational-windows#1. Edit: |
It won't do this part "yet". Serializing the search index and saving it to disk and then reloading it will need to be implemented still (olivernn/lunr.js#60 (comment) has more details on how this might work). |
There're two different issues there:
The second issue surely can be solved by this PR alone. |
Ahh yes, very good point 👍 |
I have a person who has just installed the 👍 for this PR. Edit: this PR solves performance issues when you have 10 files with 10,000 characters each (deltaidea/notational-windows#1), but probably not when you have 10,000 files with 10 characters each (#22). |
I have been trying to push powered-by-docquery branch, but I have been facing test failures: It seems like fsevents is related to this... I tried to resolve this issue for two full days, but couldn't resolve it. I thought it was my dev env problem (osx), but it shows the same error on Travis (linux). Do you guys have any idea? |
I'll probably try to just rewrite the tests. Luckily, there aren't too many of them. I have a suspicion that the tests themselves cause problems. |
The |
That's so weird because I'm running this locally without a problem. Let me dig into this a bit today and get back to you. |
I directly cloned your branch and it gave the same erorr message. Maybe it is OSX problem? But I thought Travis default test env is Linux. Are you using Windows? |
I'm on OS X Yosemite. Didn't get a chance to look at it today, sorry :( I'll try again tomorrow.
|
I haven't been able to get the tests to run, but in development I get the package running on the
Run atom and hit the hot key and it comes up fine. The error I consistently get in the tests is:
|
Could you let me know your
|
Hi, could we put this change onto atom notation velocity?