Anthony Oleinik

Results 9 issues of Anthony Oleinik

Hi there! This is by far the most intuitive package for refreshing tokens in graphql. Here is one enhancement that I would like to see: in a case like this:...

enhancement

Hi there! I left my app open overnight, and ended up with over four thousand (4000!) errors originating from this package with the error message `type '(dynamic) => Map?' is...

Is there a way to use this with bloc listener? currently, I'm literally just taking the state and doing: ```dart BlocListener( listener: (context, state) { state.join( (_) {}, //empty here,...

enhancement

This is an redo of #109050 because the CLA was not happy that my @google got deleted :( Neither am I CLA --- - I've added two examples for magnifier....

a: text input
team
framework
f: material design
f: cupertino
d: api docs
d: examples
documentation
will affect goldens

I have a type like so: ```graphql type AuthenticationOutput { access_token: String! admin: Boolean! refresh_token: String! } ``` and I'd like to generate a Rust struct for it. The use...

Hi! I'm using this package and when writing tests, I often get failed messages like: ``` does not match ``` which makes it a little difficult to debug. My proposed...

not sure if this is something we want or not, but currently the external server probe doesn't log anything so its hard to debug. these are some logs i patched...

I had to go looking in the code for this - added docs to the first place I looked. Thanks (addresses https://github.com/cloudprober/cloudprober/issues/1091) !