Jonathan Hoyt
Jonathan Hoyt
@bastoune thank you for reporting your issue. Could you open a Pull Request with a failing test case demonstrating the problem?
> Hi thanks for your reply, I can't find a way to make such a PR ? Here is a guide explaining how to create pull requests https://yangsu.github.io/pull-request-tutorial/ For the...
> turning memoize off. I think you have to turn this off or it will add the memoizable adapter as the first in the stack and it defeats the purpose...
Any chance you could take a stab at a mockup of what you would want this to look like? I had the owner/repo in there before and removed it because...
Looks like it is a bug in my docquery library (that nvatom uses for search): ``` bash ~/Projects/gfm-lists (master)🐑 💨 ✨ npm install docquery --global > [email protected] install /opt/nodes/0.12.7/lib/node_modules/docquery/node_modules/chokidar/node_modules/fsevents >...
> We can consider migrating to search-index from lunr. Need a performance comparison first. I'd love to tackle this. Here are the steps I'm thinking: - [x] find a corpus...
Here are some benchmark results and [a repo with code to run the benchmarks](https://github.com/jonmagic/benchmark-javascript-search-engines). ``` ~/Projects/benchmark-javascript-search-engines (master)!🐑 💨 ✨ npm run benchmark > benchmark-javascript-search-engines@ benchmark /Users/jonmagic/Projects/benchmark-javascript-search-engines > node benchmark.js Starting...
> I think I can do the rest, if you don't want to implement it. (However this is not a small project, and I have a limited network access this...
So I did a lot of hacking on this in the past 8 days, but along the way I was learning a bunch of new stuff so I've mostly thrown...
I believe bun links to a folder like `~/.bun/bin` or the equivalent for your operating system. On MacOS after installing bun via homebrew I was able to fix the issue...