Mike Gerber

Results 79 comments of Mike Gerber

Python 3.11's contextlib now has `chdir`. (Sadly, jazzband's contextlib2 does not have a backport yet and the project seems to lacking behind. That would have been a nice solution.)

Found myself wanting this again, I'll try to come up with a PR. @kba can you try assigning this issue to me? (Can't self assign, not sure if you can)

> Or via `ulimit` inside the image (profile.d etc). `/etc/profile.d` might not work as expected; I believe it's only sourced for login shells, so I'd suggest to work with the...

> Besides, our Docker containers generally will **not** be run in a shell. But perhaps there's another way? > There may also be a middle ground in setting limits for...

The above script is obsolete because Gitter moved on to Matrix. I have looked into it (for another Gitter channel), found matrix-archive but I still have to test if it's...

I stumbled upon this, and having the reusable workflow in the same repo also causes this error, it seems.

> > I stumbled upon this, and having the reusable workflow in the same repo also causes this error, it seems. > > Can you share your trusted publisher configuration...

Could gh-action-pypi-publish give more debugging info - if possible? Eg. the values of Publisher - Repository - Workflow - Environment name that should be used in the Trusted publisher configuration?

At least myst_nb 1.0.0 has a global option, just use this in `_config.yml`: ```yaml sphinx: config: nb_remove_code_source: true ```