Danny Nemer
Danny Nemer
I agree, this would be fantastic.
> Hi @DannyNemer have you tried beta9? I think the performance has been improved since then. Here's a working sample: https://codesandbox.io/s/multiple-buttons-3wevf4 @imchell Yep, animation lag is identical in beta9 as...
> Hey @DannyNemer could you please share the specs of your machine? > > I've tested it, on safari and chrome and it works without lag https://user-images.githubusercontent.com/30373425/177015738-934ddabe-3b3c-49cc-b1fd-0ffe065499ad.mov > > @TroyTae...
I am using v0.3.3 with node.js. I apologize, the issue only occurs for the particular example I used above when the stemmer is disabled. Here are two better examples of...
I am experiencing a very similar, yet new issue in v0.4 (the [issue above](https://github.com/olivernn/lunr.js/issues/33#issuecomment-18695741) persists). The new issue is demonstrated here: http://jsfiddle.net/7eGpQ As shown, my index has the documents `'photo'`...
I found another, similar instance that produces inconsistent and unexpected scores: http://jsfiddle.net/FZREx As noted in the comments in the Fiddle, shortening the text of other documents in the index yields...
We are seeing this issue, too. Any updates?
We are having the same issue using `@prisma/client` v5.12.1. UPDATE 2024-05-15: Still occurs in `@prisma/client` v5.14.0 ```prisma generator client { provider = "prisma-client-js" previewFeatures = ["driverAdapters"] } ``` ```ts const...
This issue does not occur with the version of `z` on GitHub, but persists in the [version hosted](https://github.com/Homebrew/homebrew/blob/master/Library/Formula/z.rb) on Homebrew, which is [release v1.8](https://github.com/rupa/z/releases/tag/v1.8). If you installed via Homebrew, execute...
I was wrong. I apologize. The most recent version (not release) of `z` fixes the `sed` error, but the command `z -x` remains broken on OS X. I explain and...