Akos Krivachy

Results 14 comments of Akos Krivachy

I seem to be running into this issue as well while migrating from jest to vitest and it seems to have to do with a cjs vs esm. It worked...

@cvogt What is the status with this? Has someone created a solution that works? I think this would be an awesome and much needed feature and could help implement it.

@lastland thanks for the effort, I checked out the example project and it works great :+1: It would be something I could start using in a project in the coming...

@turbolent did you publish the forked version somewhere?

@adrien-aubel @sirsavary Just an FYI that I upgraded to Play 2.4 and Slick 3.1 on my fork: https://github.com/krivachy/play-slick-evolutions You can check the diff needed to upgrade your own application here:...

Yes, just had to implement the same thing in a new project so I thought I might throw in an issue so we remember it.

Hi @ammichael, is this issue still outstanding? Performance bugs can be hard to debug as they're dependent on the details of the implementation. I.e. one common issue is that if...

We have another open source RN app at Futurice which uses images in a `ListView`: https://github.com/futurice/event-app-client The two sources that would be of interest to you: https://github.com/futurice/event-app-client/blob/master/app/components/feed/FeedList.js https://github.com/futurice/event-app-client/blob/master/app/components/feed/FeedListItem.js You could...

Yes, that's quite a nice idea. If you have time you could prototype something and we can see how it would work!

Hey @sercanov, do you mind opening a PR? Would be easier to review and keep track of it. Based on my initial glance it looks nice. I think what we...