Omar Kamel
Omar Kamel
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
**Is your feature request related to a problem? Please describe.** I would like for my api client to return records in some cases ```dart @GET('/') Future getPaginatedData({@Query('page') int page =...
**Is your feature request related to a problem? Please describe.** Often times, when creating a class provider, you may want to have `somethingProvider`. To do this, you would have to...
**Is your feature request related to a problem? Please describe.** Currently, there is no consistent way to tell Riverpod if a value has changed. (or rather, _how_ it should tell...
I was thinking it would be helpful that when the server goes offline, the bot could remove send perms from everyone for that channel and give them back when it...
My users would like to be able to open links that appear in their consoles. Can this be made an option? Or is there some way to do it I'm...
I have a generator that emits to the shared `.g.dart` file, but it doesn't appear to work if the source file has aliased imports. Of course, i cant add any...
### Is your feature request related to a problem? Right now, there's no way to find a resource on hangar based on a jar file. This can be useful for...
For instance `void pop({result}) => Navigator.pop(this, result);` should be `void pop([T? result]) => Navigator.pop(this, result);` Also, why `result` is named here makes no sense to me at all. There's so...
hello, so i was trying to setup stuff behind npm and was trying to do it with keycloak and its not working... i have both keycloak and npm running as...