bram-tv
bram-tv
> As this would seem to be a fairly rare requirement I'm going to leave it there; please let us know if that is useful or you believe modifications to...
This change looks good for OpenAPI v3.1.0 but it doesn't look so good for OpenAPI v3.0.2/OpenAPI v3.0.3 Code ```python from apispec import APISpec from apispec.ext.marshmallow import MarshmallowPlugin from marshmallow import...
Looking at the `is_skipped` code in settings.py, it ends with: https://github.com/PyCQA/isort/blob/7de182933fd50e04a7c47cc8be75a6547754b19c/isort/settings.py#L646 ```python ... # git_ls_files are good files you should parse. If you're not in the allow list, skip. if...
Also: note that this solution is still suboptimal is some cases: it can still cause too many files/directories to be traversed. Assume the layout: ``` $ tree -a -I '.git'...
> ISD data should be coming in again. This does not appear to be the case? Again doing a check on Belgium weather stations and looking for the latest timestamp...
> Can you confirm you've purged your cache? For example, `06400` seems to have data coverage up until the day before yesterday: https://meteostat.net/en/station/06400?t=2023-10-28/2023-10-28 Yes. There is no caching involved. I...
Any update on this?
The title of this issue is (slightly) misleading (and one could argue also incomplete). Based on the whats-new post: what was added to SNS filtering: - [`$or` operator](https://docs.aws.amazon.com/sns/latest/dg/and-or-logic.html#or-operator) - [suffix...
Just a minor update: it appears that the documentation changes that were done in response to [#49](https://github.com/aws/containers-roadmap/issues/49#issuecomment-447117254) are still in place. They're on a different page and slightly reworded but...
> This would be fixed by handling the `uWSGI-2.0.28.data/scripts` directory separately from the rest of the wheel. Define "separately"? If that results in the dynamic libs being added in the...