-
### Description
Hey Adam,
For the past year, I've been using `django-upgrade` foundations a lot to add some more autofixes rules at work and on some personal projects. They might not all be exactl…
-
Python 3.6 adds f-string which are tremendously convenient, but can be an issue in two cases:
* making the codebase compatible with 3.5 after initial development
* making the codebase compatible w…
-
A small example showing the problems this solves, and how to apply them would be great.
-
Ref: https://slamdunk.github.io/blog/when-to-declare-methods-final/
Ref: https://ocramius.github.io/blog/when-to-declare-classes-final/
Ref: https://disqus.com/home/discussion/ocramius-dev/when_to_d…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem statement
Some of the ETL code that has to be migrated to UC is written in Scala. We need to spe…
-
Hello Thank you for great Adapter. I'm using Odoo 12
But I got this error "AttributeError: 'str' object has no attribute 'get'"
and this is my code.
````public HttpResponseMessage loadImageFr…
-
## Bug Description
When I have a "translators" comment, phpcs complains about it not ending in a period. IMHO, this doesn't really make sense as translators comments are not regular comments and they…
-
I'm getting a 500 error when I use Laravel Queues
```
[2016-07-01 15:56:06] staging.ERROR: exception 'Sly\NotificationPusher\Exception\PushException' with message '500 Internal Server Error' in /var…
-
I was hoping this could help me with a Symfony 2.8 to 3.4 upgrade, then later for a 3.4 to 4.x upgrade, but it seems that it only compares my Symfony version with the latest... which isn't helpful rig…