Shashwat

Results 22 comments of Shashwat

So I don't know if I should've done this lol but I had a [stab](https://github.com/TheTrio/rich/tree/promptDigits) at this. (First time doing this so still scared to make a PR :eyes:)

> only thought I had (and i'm not sure about this) is whether it should be possible to use either the number or the text. Yes, that could be an...

Thanks for your suggestions! Have created a PR :-)

Thank you so much! Switching to the babel plugin fixed the issue.

For me, switching to [`babel-plugin-istanbul`](https://github.com/istanbuljs/babel-plugin-istanbul) seems to have fixed the issue. More: https://github.com/istanbuljs/istanbuljs/issues/260

Changing it to `default` would be helpful. I currently have everything transformed to CommonJS before testing with jest and the import for `@formkit/auto-animate` always fails.

> I think you can just change "import" to "default" if you don't want a CJS copy. Or only enforce the rule at node side: I tried this locally and...

> Are you interested in tackling this one with me? It's fine if not! I'm happy to assign it to myself and start work on it when things settle down...

I have something like this presently ![demo](https://user-images.githubusercontent.com/10794178/166152025-797fd031-5961-48bf-9207-03612d141eb2.gif) The code is [here](https://github.com/TheTrio/thokr/commit/5dc4c650d277c088f7987014f2e8d4c8d36c17f3). I wanted to know if I'm in the right direction before making a PR

> My main critique(s) would be that as you finish the first line you jump to the second line and stay there until the end of the test -- exactly...