Julien Ripouteau

Results 32 comments of Julien Ripouteau

I had the same bug, the issue was coming from this library : https://github.com/serebrov/emoji-mart-vue They was modifying the css of .vue-recycle-scroller class globaly, which is part of https://github.com/Akryum/vue-virtual-scroller that vue-phone-number-input...

@bendiy Only solution I see : fork the library, update it, and I think you can send a pull request 😃 I haven't had time to do it yet

Oh, also, I was wondering if there was any particular reason why the `drop-tables.spec.ts` test file was ignored? https://github.com/adonisjs/lucid/blob/27381c4dabf797164359ed6bdfe17d54fdb2f086/bin/test.ts#L24

After discussing it, we just need to make it works with Sqlite and Mssql I'm gonna try to look at this quickly

@sulaimaan26 We already have one community package that generates HTML reports here : https://github.com/guntribam/table-driven-html-reporter

Indeed I don't really have time to maintain fast-ssh at the moment. However if someone wants to propose a PR to fix this point, it will be accepted with pleasure.

Hello, thank you very much! I don't have a Linux computer at hand so I can't answer you right now. It doesn't seem to me that there is a way...

I really like the idea! Gonna take a look. Thanks

Yes, so Vitest proposes a bit the same thing as my last suggestion. Except that all the reporters are built-in and directly integrated in it. No additional packages to install...