Oleksandr Prudnikov

Results 10 comments of 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...

![image](https://github.com/pypa/pipenv/assets/67575598/4f127723-af5b-4e0d-a434-4bed4bd1c7c4) 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...

@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)} ```