Brian Helba
Brian Helba
FYI, `no-underscore-dangle` allows whitelisting of specific names (like `_id`), if you still want to use the rule generally.
@jiffyclub Good point. I imagine that the module could be merged as-is, but it's going to much more difficult to maintain once it's merged into an upstream repo. I'll ask...
@jiffyclub Also, when the PR to ansible-modules-extras is made, I'd prefer it be made in a way that preserves the full development history from here. It's not that difficult to...
I just talked to @koverholt at SciPy today. He suggested that we also include support for fetching packages from custom channels. Once the channels feature is added, and we ensure...
Also, apparently Conda already has support in Salt. We should probably look at that and see if there are any features we want to ~~shamelessly copy~~ implement for ourselves.
@liangxiwei @MythicManiac I have the same problem as you: my Javascript application couldn't read `ETag` headers in a PUT *response* from S3, despite having the correct `Access-Control-Expose-Headers` CORS header set....
Interestingly, I originally discovered this issue in a downstream project via Ruff's [mutable-class-default (RUF012)](https://beta.ruff.rs/docs/rules/mutable-class-default/#mutable-class-default-ruf012) rule. It asked me to explicitly annotate the `Migration.operations` attributes, etc. as `ClassVar`. When I did...
@sobolevn Fixed.
Can be merged once https://github.com/py-pa/django-minio-storage/pull/137 is released.
@blink1073 Is this something that you'll be interested in reviewing?