Ash Berlin-Taylor

Results 181 comments of Ash Berlin-Taylor

Not sure if this is the same issue, related or something else entirely, but the `autoapi-skip-member` event also doesn't seem to fire for things documented by `autoapimodule` directives.

This can be fixed by updating grunt-contrib-imagemine to `~1.0.1` ```diff diff --git a/package.json b/package.json index b10b41f..6455036 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "grunt-contrib-copy": "~0.4.1", "grunt-contrib-cssmin": "~0.7.0", "grunt-contrib-htmlmin":...

https://github.com/TheDiveO/enumflag might help.

Fixed this issue another way (by creating name-squatting packages on pypi) Also worth noting that we avoided this problem for our newer Astronomer Runtime images which we encourage all users...

I've got a slightly different way of doing this using the new systemd integration from WSL. There are two parts, the socket-activation file, `~/.config/systemd/user/ssh-auth.socket`: ```ini [Unit] Description=SSH Agent socket relay...

Could we upgrade to v6? That would fix the warning about ``` /home/ash/.virtualenvs/airflow/lib/python3.10/site-packages/apispec/utils.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check...

Generally running any serious amount of code inside a signal handler should be avoided -- it can cause lots of odd/hard to diagnose behavoiur. (The fact that we already call...

Is an option might be to throw a (new/custom) exception in the signal handler, and then catch it in `BaseOperator.execute` and run the on_failure callback there?

Sorry no, this one is a -1 for me at least. Owner isn't really designed for this, and I don't like the idea of having two parallel places to define...