Peter A. Jonsson
Peter A. Jonsson
Is the problem that https://github.com/JoshuaKGoldberg/TypeStat/blob/ef86c5a22b1ab58a122559be1a27d54081aaaec3/src/mutations/creators.ts#L67 is an unconditional `text-insert`, but it should be a `text-swap` when `declaredType` is a function type?
I searched a bit and ONNX had a similar issue where they casted a negative float number to an unsigned integer, and cftime has a similar issue where they are...
There are basically two parts, the first is the type signature, and that can be solved with the regular `if TYPE_CHECKING:` and import in that if-statement, and the second is...
> I think a serious overhaul of dependencies in this project is required to fix this issue. When #359 is merged, there should be pull requests submitted for that by...
This fails (among other reasons) because `express.static.mime` has been removed in Express 5.0 (https://expressjs.com/en/guide/migrating-5.html#express.static.mime), and `mime-types` does not permit defining new mime-types on the global mime object. I think the...
Besides botocore, the warnings from `..lib/python3.12/site-packages/..` are taken care of by #1731. What triggers the `datacube/config.py` warning? I can't find anything in the tree importing that, and same with `datacube.utils.geometry`.
> * I have a couple of pylint errors, that I think will prevent the CI pipeline from passing, but I wanted to wait for some feedback to fix this...
> * Pylint `too-many-return-statements` in `download_feature`: These return statements come from handling errors by logging a message and returning None. Maybe they can be reduced by raising exceptions instead. But...
I didn't get time to look at this after the most recent round of changes, sorry about that. Will try to squeeze it in next week.
@tvoirand just letting you know that this is still on my radar and I'm slowly working through my pile to get back to this. I've kept thinking "I'll get to...