Alexis Yushin

Results 100 comments of Alexis Yushin

I've made some adaptations for Google Cloud Platform GKE - I'll be happy to share and also test.

Is there any work on this? We are trying to run zulip in production and the current setup with supervisor in docker is really really outdated (we run k8s on...

I get the same with 3.1 an 3.0 but since a short while - perhaps some other library upgrade caused this.

I wish I had the time.

They also have a great python starter app: https://github.com/nordigen/nordigen-python

They just published a new python library: https://github.com/nordigen/nordigen-python

Anybody working on account_bank_statement_import_online_transferwise? @alexey-pelykh

we took a slightly different approach with https://pub.dev/packages/progress_builder which works really well for simple async actions, like api calls: You can wrap your submit button with, for example, below: ```...

And we've just extended it for support of external submit action, for example from a field `onSubmit`: ``` child: DefaultActionController( child: ReactiveFormBuilder( .... ReactiveTextFIeld... ... onSubmitted: () => DefaultActionController.of(context) ?.add(ActionType.start),...

That'd be great. Either freezed or just json_serializable would be very helpful and it should be a very easy thing to do.