Tyler Nickerson

Results 71 comments of Tyler Nickerson

I just hit this as well :( I'm trying to animate a `` inside an ``

Digging into this a bit more, it looks like the [`motion`](https://github.com/framer/motion/blob/f7b62126a843856f896b207f880125ff37311153/packages/framer-motion/src/render/components/create-factory.ts#L19-L47) component and [`animate`](https://github.com/framer/motion/blob/f7b62126a843856f896b207f880125ff37311153/packages/framer-motion/src/animation/interfaces/visual-element-target.ts#L31-L123) methods use completely different animation mechanisms (?). Would try to open a PR if I had...

Hmm.. tried this will Lazy Motion (`m`), which is what my project uses, and sadly doesn't work for me :( @andrewmumblebee

Hey @east2dd! Sorry for the delay in catching your issues. The official format doesn't at the moment, but I was toying with the idea of adding some kind of ``...

Hey @east2dd! Thanks for opening an issue – ODict currently supports fuzzy searching via the [search command](https://www.odict.org/docs/cli/search). I suppose we could try to adapt this to support regex (I'd have...

Hey, thanks for catching this! This seems like perhaps a label isn't mapping to these POS tags correctly. I believe this should be fixed by V2 of the CLI, which...

Hey @htimur! Good catch – the V2 CLI has stricter matching against part-of-speech tag. It looks like in this case the `pos` field is being set to an empty string,...

I followed the tutorial and am also having issues with the data not syncing... the service seems to start up and then do nothing. I tried running `meilisync check -t...

Both the table I'm querying does exist, and AFAIK so does the index (confirmed via the Meilisearch REST API)

@kdy1 Was this ever implemented?