Miguel
Miguel
### What's wrong WPS421 forbids calling some built-in functions, which includes `hasattr()`. ### How it should be The function `hasattr()` should be allowed. There are certain scenarios where using `hasattr()`...
Provide a general summary of the issue in the title above. ## Detailed Description - Add support for Django 4.1 - Drop support for EOL Django 2.2
This resolves the conflicts within PR #148, and (I believe) supersedes PR #113. Issue #132 will be closed after nearly 4 years.
Original Credit: https://www.codingforentrepreneurs.com/blog/google-secrets-python-decouple-github-actions/ Working with Google Secret Manager, the config is provided back as a string. To support the format, a `RepositoryString` class has been created which parses a string...
To help establish a consistent and, more importantly, a trusted process to minify the `static/js` contents, this should be 100% automated in a public way. My initial thought would be...
When using the [deletefilesafterupload](https://www.npmjs.com/package/@sentry/webpack-plugin#option-sourcemaps-deletefilesafterupload) from @sentry/webpack-plugin with webpack-bundle-tracker, webpack throws an error of `Error: ENOENT: no such file or directory, open 'path/to/file.map'` I assume this has to do with how...
Hi @sobolevn - Do you have any plans to continue to maintain this project? I appreciate your style guides, and it would be great to use this one. If so,...
Hello! After updating to v2.1.0, the value stored in the database for `LocationField()` has flipped on me. For example, an old record using v2.0.0 shows `-99.91433437500096,44.55426270755038` (lng,lat), but after installing...
# Bug report ## What's wrong With the latest django-stubs v5.0.4, I've noticed strange behavior when using models that inherit from 3rd party packages. Specifically, mypy throws a "Need type...
This PR introduces a new configuration option `cache_manifest` (default: True) that allows users to control whether the manifest file should be cached. ### Problem Currently, when making changes to assets...