Ed Morley
Ed Morley
The issue here is that `bin/{pre_post}_compile` are an entirely proprietary Heroku classic Python buildpack thing - they are not used by any other Heroku language buildpack, nor are they used...
Thank you for the example - glad to see that works! Using an inline table allows for reducing the boilerplate a bit more (depending on personal taste for TOML style):...
@ipmb Hi! I happened to see: https://apppack.io/blog/using-bin-post-compile-in-heroku-python-cnb-buildpacks/ In that you say: > I hope that in the future, the Python buildpack regains this functionality similar to how [build scripts are...
If it's of any interest, another approach (that I'm using for the in-progress Heroku Python CNB) is to switch the pyc invalidation mode from its default of "timestamp" to one...
> The main issue that I see with using `SOURCE_DATE_EPOCH` is that we want to respect this variable if the lifecycle has provided it. In my local WIP implementation, I...
Given that `poetry install --sync` immediately removes setuptools from any Poetry-created venv, this seems fine to merge before Poetry v2? And it would be in alignment with: - https://github.com/python/cpython/pull/101039 -...
Hi! Thank you for reaching out :-) In the Storybook PR, I see references to Babel 7 specific package names, eg: https://github.com/storybooks/storybook/pull/4027/files#diff-6b922c89c3c27503a2a2eb1dc0112578R5 It seems like even with the proposed changes...
Hmm actually thinking about this, I believe that babel-merge should never have had a dependency on `@babel/core` in the first place - it should always have been in `peerDependencies`. As...
Hi! Thank you for filing this issue. I agree this is a bug. Would you be open to creating a PR for it? :-)
Hi! Does this still reproduce using babel-merge 2.x?