Oleksandr Prudnikov
Oleksandr Prudnikov
Do you maybe know about any example or best practices about it?
@thedrow I am on beginner rust level now, but I can try to, but please do not rely on me on this
I am personally use it for invoicing my clients, and if it will lost some time when i was googling or on meeting it will mean I am losing money...
 How can I create MR? I am not able to create a branch
How can we update only one sub-dep package? For example `idna` for requests, I don't want to include it into Pipfile and I don't want to update all the packages,...
An you can see on my photo I am trying to merge changes from my fork main into repo main
It would be amazing to add it back and maybe add a warning message? So people will know the consequences of using that flag. In my case it’s very useful...
Sounds good to have it, I am also need it
@dpgaspar can you please take a look at that one Thanks!
As workaround you can do ```python from wtforms import BooleanField add_form_extra_fields={'open_in_new_tab':BooleanField('Open in new tab', default=False)} ```