Alexis Yushin

Results 54 issues of Alexis Yushin

This is very much work in progress, do not merge.

PR: Work in Progress

https://github.com/labd/wagtailstreamforms/ is a handy module that manages forms as a streamfield block and has an advantage of allowing multiple forms per page and flexibility to add forms anywhere. Because of...

Type: Enhancement

Getting this error in the admin, anybody any clue? commenting out no problem: `# location =PlainLocationField(based_fields=[street], zoom=7, null=True, blank=True)` ``` Environment: Request Method: GET Request URL: http://127.0.0.1:8000/console/machines/aquamachine/ff7917b2-3ebf-1dd2-f4d7-674aaaf3a383/change/ Django Version: 3.0.8...

Hi guys! I wonder what would be our options to add flutter web support?

Hi guys, great project, I wonder if anybody is using it to encode/render XML/HTML receipts with ESCPOS? This seems to be a great idea: https://pypi.org/project/python-escpos-xml/ .. but unfortunately seem to...

Hi, We are evaluating moving our in-app chat to tiledesk - it is really nice that you support JWT (if you would also have a widget/client in Flutter would be...

Hi, Imagine we use the form_bloc for CRUD and I need to keep track of the "hidden" id field. What would be the best approach? 1. InputFieldBloc with the id...

Is there any chance to implement that? I can see a `RefreshFieldBlocsSubscription` event fired on the ListFieldBloc changes but wouldn't it be more consistent to implement onValueChanged() when a fieldBloc...

`bloc` has a very nice mechanism for blanket handling of exceptions inside of the blocs by try..catch and calling onError of the bloc of bloc delegate It would seem only...

Right now it is very difficult to inherit from `SingleFieldBloc` because of the mix of public and private methods in the constructor that does not work for creating a custom...