Atul

Results 30 comments of Atul

Facing this issue as well. Sometimes video might be smaller/larger but we would want it to just stretch.

@drawcall seems like error is generated in [`inkpaint`](https://github.com/drawcall/inkpaint). Are you planning to resolve this?

@raix I'm building an app for a clinic and would require data offline. Its on Meteor 1.3. Which version should I go ahead with? Ground DB 1 or if 2...

Getting stuck at random frames, for examples: ``` Preparing page for screenshot... screenshot 254/1325 Page prepared Capturing Frame 254 to /code/demo/puppeteer/timecut-temp-1654945656176/image-000000254.jpeg... ``` [stuck indefinitely here]

Facing this issue as well. @gurugeek did you manage to fix?

Thanks, this helped!

:+1: same here!

I encountered similar problem with following code: ``` Product - { item.name } ``` Fixed using string literal ``` { `Product - ${ item.name }` } ```

@mikedpad or you can write it, if you prefer, like so: ```jsx {`Default Title${ subtitle ? ': '+subtitle : '' }`} ```

> Have you tried adding a hover listener and changing the speed to 0 on hover? In my case, this resets the transition of the marquee to the start whenever...