Mr Ceperka

Results 20 comments of Mr Ceperka

Seriously this deadlock... :D

Oh my... You are so awesome! Thanks :pray:

I have noticed the same problem. Even on small tables with 300 rows. But also have no idea how to fix this :(

I have a workaround. Instead of doing ```svelte ``` I've started doing (https://github.com/twinstar-bosskills/twinstar-bosskills/blob/79c7c4a4ea4e5aa27d131a745871847a775f353c/src/lib/components/table/Table.svelte#L125) ```svelte ``` where `result.component` is regular svelte component and `result.props` are props passed to that component. You...

@RobbieTheWagner Same issue is happening to me right now. Any ideas how to force `autoUpdate` on demand? The worst thing is, that sometimes arrow is placed correctly. But most of...

Thanks for the reply @chuckcarpenter. In the end I had to use completely different package so this is no longer bugging me 😅

@htrefil Use case would be gaming. Where I want to be able to replay keyboard and mouse from 1 PC on multiple other PCs. I think it might be some...

- [x] Make prefixed column name similarly as here https://github.com/nextras/orm/blob/fce95e93c2eec7f830afbbbe203b7d14dae7b44e/src/Collection/DbalCollection.php#L426

So far the only downside of this approach is that all repositories/metadata are now initialized eagerly. But overall it's still worth.