Ed Morley

Results 240 issues of Ed Morley

The changelog hasn't been updated for 0.17.0: https://github.com/oli-obk/cargo_metadata/blob/04930e3b841a78b7e8c25ad5f6913c0b8aa120d5/CHANGELOG.md?plain=1#L3 There also seem to be a few recent changes that didn't get a changelog entry, eg: - #228 - #241 - #244

help wanted

Support for profiling modules that would ordinarily be run via the `-m mypackage` syntax (which uses a package's `__main__.py` entry point) was added recently in #484, fixing #244. It would...

Hi I tried using `mkgendocs` with a project that uses dataclasses, however the output was missing all of the dataclass attributes. For example, the `Context` dataclass here: https://github.com/heroku/sf-functions-python/blob/3d3b16abc76bde98718fa053f1226fdc4a7052f9/salesforce_functions/context.py#L36-L41 ...was documented...

Hi 👋 This project uses Heroku's `heroku/buildpacks:20` and `heroku/builder-classic:22` CNB builder images: https://github.com/search?q=repo%3Aporter-dev%2Fporter+%28%22heroku%2Fbuilder-classic%3A22%22+OR+%22heroku%2Fbuildpacks%3A20%22%29&type=code We have deprecated this builder image as of https://github.com/heroku/cnb-builder-images/pull/429. Please migrate to `heroku/builder:22` or `heroku/builder:20`, to continue...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem Cargo ### Package manager version 1.74 ### Language version 1.74 ###...

T: bug 🐞
F: grouped-updates 🎳

Hi 👋 This project uses Heroku's `heroku/builder-classic:22` CNB builder image: https://github.com/Qovery/engine/blob/056c1951cdb78d065260b927b7992bd0aac18762/src/build_platform/local_docker.rs#L30-L31 We have deprecated this builder image as of https://github.com/heroku/cnb-builder-images/pull/429. Please migrate to `heroku/builder:22` or `heroku/builder:20`, to continue to receive...

Since the repo has just been renamed: https://github.com/heroku/cnb-builder-images/issues/396

I'm sunsetting this project, since: - the original creators/maintainers of this package (myself included) no longer us it, and haven't had the time to maintain it - as can be...

### Issue description Between Pipenv `2023.7.23` and `2023.8.19` there was an undocumented breaking change in default installation behaviour for local `file` directory installs that don't specify an explicit `editable` property,...

Category: Tests

### Summary If a [PEP224](https://peps.python.org/pep-0224/) style docstring is used for a global variable of type `Callable`, that is assigned a function re-exported from another package, the custom docstring is not...