Chris Abrams

Results 10 comments of Chris Abrams

For anyone else that needs the `repeat` option I've published @ammarbinfaisal 's fork as `react-typist-n10`. You just need to add `repeat` as a prop on the `Typist` component.

I also have this issue...any luck?

> @rizkhal Please file a new issue if you encounter what you think is a bug, and include details / reproduction steps. Same issue. I go to `/corsdemo` and click...

Any updates? +1 for stand alone.

Is this why my change feed returns empty? I'm currently trying to listen to changes on a table, but the cursor does not have any results.

I can see the changes just fine in your first example if I hit a RethinkDB database, but if I hit Reqlite I get no changes.

> Here is a plugin I wrote to get this working in dev and production. > > ```ts > import type { Plugin, UserConfig } from 'vite'; > > /**...

> Oh. Interesting. I found that I needed to use `config.resolve.alias` with the `entires` in order to keep dev environment working. Does HMR break for the imports you have listed...

@aearly that's what I have to end up doing as well..but I want it to pick it up for me :)