Yury V. Zaytsev

Results 70 comments of Yury V. Zaytsev

Editable mode is not required anymore, since Poetry generates direct references now, but unfortunately pip still doesn't support hashing of the VCS dependencies @marns93 :-(

> Could you clarify what you mean by this? I don't think anything that marshmallow does should impact annotations you have in your own code. Unfortunately, yes, it does: `dataclasses_json`...

Thank you very much for your support! I have found the source of the warning in `dataclasses_json`: https://github.com/lidatong/dataclasses-json/blob/3264a0046e1aa3c0a813335286ebdbc651f58b13/dataclasses_json/mm.py#L271 I have re-reported this issue to them as lidatong/dataclasses-json#349. Please feel free...

I think this is a duplicate of #276.

> The only solution I found was to first use the checkout event and then separately use `hub` CLI, which is apparently installed by default and which can run `hub...

@tomdottom this information is not available in `issue_comment` event.

A stop-gap solution: https://elements.heroku.com/buildpacks/moneymeets/python-poetry-buildpack

@yunti this PR is nowhere near to be merged, so if both files are present currently Heroku defaults to using `requirements.txt` - that’s what we did before writing our own...

Hi @edmorley , Author of the Poetry buildpack here :) I hope it won't come across as an unwelcome intrusion - my intention is not to advertise our stuff or...