Luca Venir

Results 95 comments of Luca Venir

@lalit3102 Oh, ok, I didn't get this one at first. Thanks!

Update: after several hours, I was able to pinpoint the problem. An extra `s` to the word "service" was mistakenly added, inside `brick.yaml`. Our controller file needs this parameter to...

> minimal reproduction sample Sure - you can use the repo linked above at [this commit](https://github.com/lucavenir/riverpod_clean_feature_brick/commit/265996d72bf0285c067f6dd74a9159c6d4a73ee4) to reproduce this problem.

> Honestly there's a bit too much to unpack in that issue. Okay - true - give me one more chance - let's focus just on part (1) for now...

Hi, I'm back. I wanted to reason about and experiment on this before wasting your time. > Sure, pass it around if need be. I don't mind passing around props...

I also changed the first comment so this issue is narrowed down to a clear and simple problem. I hope this helps.

Sorry bout the late relpy! For @mattermoran: > As to how exactly to do this is up to you. Well ofc. My point is: It seems I can't find an...

And about riverpod 3's new API @rrousselGit just showed: again, I'm not sure how this solves the above problem. The main pain point of this issue is: even after data...

> There shouldn't be a case where mutating one Item(id: 42) isn't reflected on other Item(id: 42), since there's only a single instance of it. Yes this is very clear....

Hi 😸 I'm back on this issue, I re-read the whole conversations. Me and some colleagues tried [some solutions](https://github.com/lucavenir/riverpod_paginated_views/pulls?q=) towards this "synced-state-problem", but nothing is really working out. I'm just...