Raviteja Lingineni
Raviteja Lingineni
Ran into same issue, implementing code directly seems to be working. Nice implementation.
Hey @lexoyo , I was working on a project which had this dependency, but it got abandoned. If I have time in the future, I will definitely revisit this. I'm...
@needlestack, did you ever figure out a good way to "merge" the indexes. The problem I run into is maintaining a singular score.
@olivernn , a `lunr.Index.prototype.concat` sounds really good. How would I build it? I have a case where I upload my index to the server. It's easier to query smaller chunks...
Building on G-Raths work - added a few more types such as `eventbus` and a few supported custom Elements: https://gist.github.com/rlingineni/fc95c05897ffc6d7e78fbbc6255dbaa0
Yes, I can repro. I think it seems to be a known issue with using Markdown files. https://github.com/vercel/next.js/discussions/11419 Fast refresh also only works in the React Component Tree as mentioned...
We have the same issue! Any fix? Happening on Windows
Looks like this is the culprit, and an arg is being passed here. That arg might not exist in prod. https://github.com/glawson/electron-deeplink/blob/6fe69245f8d4b77fbcaa6d7e55131d1949489b11/src/index.ts#L115
I fixed this, but in a mediocore way, and it should be fixed natively in the library. It looks the only value this library provides over the native commands is...