Jan Chęć
Jan Chęć
> I plan to support more fine-grained error codes for specific mypy errors in the future. This lack is what prevents me from using this fine lib in my CI...
I have form fields in my PDF (that make it interactive - you can fill them and print with your data). I want to programatically fill those fields based on...
Two kinds of problems here (the cause is probably the same): ``` class A(models.Model): id = models.CharField(max_length=50, primary_key=True) class B(A): pass ``` ``` Expected :id for b Actual :DFKYQIC7NU2NOPVAL2CV5I4JZJPIHA5BP9BHGOWFEX4X825Q5T @pytest.mark.django_db...
``` FileNotFoundError: [Errno 2] No such file or directory: 'pip3' ``` occurs when installing from the repo, as per instruction for Ubuntu from the main GitHub page (added repo, updated,...
Hey, in my tests I use RQ_ASYNC = False which works fine for .queue(), but seems to do nothing for .schedule(). Thank you in advance!
### Type of Issue (Enhancement, Error, Bug, Question) Bug ---------------------------------------- #### Operating System Windows 11 #### PySimpleGUI Port (tkinter, Qt, Wx, Web) Regular PyPI installation on Windows. ---------------------------------------- ## Versions...
Hey! 🙂 I'm trying to use Windows 10 Toast Notifications for notifications while I have simple interactions with the user by opening new windows when necessary. Unfortunately when I do:...
Hello `django-migration-linter` maintainers, First of all, thank you for maintaining this extremely helpful tool. I've used it in several projects and it has saved me from potential issues and bugs...
Hey! This is a fantastic project, I was searching for something like APO equalizer for some time, thanks! I can donate all Ubuntu 17.04 packages names for optional dependencies so...
Hey! This is a great tool! We're often using it to debug our FE-BE contract. So when we see that a request is misbehaving, we send others a direct link...