Zeffry Reynando - 本当 に

Results 8 comments of Zeffry Reynando - 本当 に

@rrousselGit i have same case to merge multiple AsyncValue to one , if i implement your [advice](https://github.com/rrousselGit/river_pod/issues/67#issuecomment-667055836) i don't have ability to get error information. ``` class WelcomeScreen extends StatelessWidget...

So for now i can only get error information from multiple AsyncValue using nested `when` ? ``` class WelcomeScreen extends StatelessWidget { static const routeNamed = '/welcome-screen'; @override Widget build(BuildContext...

@rrousselGit i don't why **error** and **stack** method not showing . When i try your example , i can see those method. But when i implement it to my `AsynValue`...

### replace all **||** with **&&** ### Only use 1 param

i see , thank's for your clarification. For now i think i can't get **error** and **stack** information without nested `when`

Same Issue here ... Log Error ``` java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=1995, result=-1, data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) }} to activity {id.klenger_burger/id.klenger_burger.MainActivity}: java.lang.NullPointerException: Attempt to invoke interface method 'void...

@TheDadi 1. curl ``` curl --location --request POST 'http://localhost:6969/cv/preview/testing' ``` 2. config middleware ``` import Koa from "koa"; import KoaBody from "koa-body"; import Json from "koa-json"; import Logger from "koa-logger";...

@TheDadi IMHO I think revert back old behaviour version 5 good option, because maybe we can have some request can be optional/undefined 😀.