Matthias Schoettle

Results 183 comments of Matthias Schoettle

#226 should hopefully fix this. At least I upgraded various octokit packages myself and have been running it for a few migrations.

Can you try with node v22? The `Dockerfile` is based on v22 and I have successfully run it with that. https://github.com/piceaTech/node-gitlab-2-github/blob/a562e12cc7cc43739cee912ed59a4d65bff8391b/Dockerfile#L9

That's ok. Can you tried it with node 22 on your machine then?

Sorry, I introduced an error in that part with a previous PR. You also need the fix in #237.

Is this output necessary to have by default? I've just tried out `uv run` for the first time with a script that has the inline metadata specified. My expectation was...

Apologies, that was my bad. I realized after using it more that there is more output that can be shown besides the one line that I saw "Reading inline script...

I just discovered this tool via another tool that uses the pre-commit hook provided. I have so far only used the vscode extension `redhat.vscode-yaml` which provides validation in the editor....

That explains why another package that uses hatch as well specifies it the same way. The hatch documentation refers to PEP 639 which has the status draft (see also this...

Thanks for creating an issue on the hatch repo. I am not too familiar with packaging and understand it a bit better now after reading a few resources. Given that...