Sunny Rangnani
Sunny Rangnani
@pi0 Could we get this PR look into, reviewed, and merged, please?
So this issue pointed me in the right direction of what was going on one of our sites. Here is my implementation of the fix: ```// map width fix -...
hey @igorlukanin, any updates on the node upgrade? Node 18 will go end of life in April (https://endoflife.date/nodejs), and we too are now starting to investigate upgrading our architecture to...
@neersighted updated the issue description with pyproject.toml @finswimmer i'm already using a python constraint so i don't believe this is a duplicate. Let me know.
I've updated the pyproject.toml file with packages that are the culprit - click and black. Also, this issue might be related - https://github.com/psf/black/issues/2964, but i'm still not sure why export...
Tweaked my pyproject.toml a bit more and was able to resolve the issue by specifying black versions for each python version. Marking closed.
Closely related issues: https://github.com/python-poetry/poetry-plugin-export/issues/163, https://github.com/python-poetry/poetry-plugin-export/issues/168, https://github.com/python-poetry/poetry-plugin-export/issues/183, https://github.com/python-poetry/poetry-plugin-export/issues/186, https://github.com/python-poetry/poetry-plugin-export/issues/187. Also, the culprit seems to be this block of code - https://github.com/python-poetry/poetry-plugin-export/blob/main/src/poetry_plugin_export/walker.py#L235. @finswimmer