Tom Schraitle

Results 182 comments of Tom Schraitle
trafficstars

Many thanks for all your efforts! :+1: > I also was too lazy to find out how to rebase and update the previous PR (maybe another time I'll learn how...

> I wonder if I did not forget the most important thing in my PR. `setup.py` is now no longer needed, is it? Probably it's not needed anymore. However, that...

I've played around a bit and was able to create only **one `test`** environment which is able to run a specific Python version. This is the patch: Patch for consolidating...

Thanks @ofek for the great tips! :+1: > > How can I change (override?) the commands for building documentation for Windows/MacOS > > https://hatch.pypa.io/latest/config/environment/advanced/#platform-overrides > > Non-platform example https://github.com/mkdocs/mkdocs/blob/56b235a8ad43f2300d17f87e6fa4de7a3d764397/pyproject.toml#L114-L127 Thanks....

Ok, I think, I "fixed" it. It were some TOML problems. The strange thing is I had to quote `matrix.platform.scripts` as `"matrix.platform.scripts"` and remove the linebreaks: ```toml [tool.hatch.envs.docs.scripts] build =...

> I don't know these things. Just thinking out loud, I would solve it by having a little utility script around in the I had a similar thought; maybe a...

> To do that I'm missing the whole picture here. First thanks for your great post and really sorry for not be clear enough with my ideas. > [...] >...

Thanks for the issue. One reason to use setuptools was that it's already there and it was, well, mostly simple to use. Plus the "migration" (if you want to call...

Oh cool, thanks Ofek for your comments. Really appreciated your input. :+1: It sounds all good. I'm not against it, but I need to test it myself to see what...

> Challenge accepted. I wanted to offer you my help with updating the test code, [...] That would be great! At the moment, it's a one-man show :smile: My time...