Slava Nossar

Results 15 comments of Slava Nossar

I had a couple of questions before I mark it ready for review: 1. I'm having issues with displaying the values in the example array within `Tab with Name`. I...

`animejs` doesn't support TypeScript, it's just a warning saying that there are no type declarations available so the return value for `anime` is implicitly being set to `any`. Also [the...

Also experiencing this issue, thought it was related to using [`payload`](https://github.com/payloadcms/payload) in my project (which requires `postcss-preset-env@^6.7.0` as a dependency), but it looks like `@nuxt/webpack` is also using `postcss-preset-env@^6.7.0`. You...

Sorry I completely missed Dan's response, been pretty busy the past month with work. Thanks for completing it, will go through and have a read through the additional changes so...

Also experiencing this, dependency versions listed below but I've notice it for a while now. Unlike original report also happens when in dev mode. ### Dependency Versions: * nuxt: 2.15.8...

Had some time to play around with this and test it out on a demo project, working really nicely. I'm not sure how useful I'll be, but if you need...

> > Had some time to play around with this and test it out on a demo project, working really nicely. I'm not sure how useful I'll be, but if...

@juliangarnier I don't have Twitter, but I always like Chrome's `Fast Out, Slow In` with `cubicBezier(0.4, 0, 0.2, 1)`, it's a great default for motion. ![fast-out-slow-in](https://user-images.githubusercontent.com/7077600/203979596-d4e1cc9b-8e49-47d2-a432-bb5673cba76c.gif) Also thank you for...

> Some info and a poll regarding the new API [twitter.com/JulianGarnier/status/1616484277301936185](https://twitter.com/JulianGarnier/status/1616484277301936185) I'm into that change! Exciting to see v4 examples, will it have TS support too?

Just leaving a note for anyone who may be having issues with this solution after upgrading to `[email protected]`, I was experiencing reload loops and WSS connection errors. It seems like...