anetbnd
anetbnd
Hello I see the same issue in my setup (OIDC): 1.) I start the login from oauth2 proxy, which sets the CSRF token 2.) then I get redirected to the...
I tested the javascript workaround now and it works. I added the following javascript to the error.html template: ```javascript {{ if .Message }} let errorMessage = "{{.Message}}"; let allowedReferrers =...
BTW: my alembic version is: 1.0.2
Hi Mike Thanks for the answer. I wonder why the other operations (create_table and create_index for example) are using the schema map, but this operation not. Maybe the required changes...
Hi again I did some debugging in order to find out, what the difference between CREATE TABLE and ALTER TABLE operations is. What I found out is, that CREATE TABLE...
And here is also a small hint, how to apply those changes without adapting the alembic module (you can still use the alembic from pip): In your `env.py` file, just...
Hi @zzzeek Thanks for that hint, it makes the workaround much nicer! My full workaround patch for this issue is now: ```python import alembic.ddl.base as alembic_base def format_table_name_with_schema(compiler, name, schema):...
Hello, thanks for the answer. Yes, I understand that this is also a solution: Setting up an own Python version in the image and just create and delete virtual environments...
`retry` depends on `py` but `safety` is flagging security issues that can't be fixed by bumping `py`
Are there any plans to substitute the dependency on `py`?
We are facing the same issue. The migration to actions/core version 1.10.0 is very simply. Is there any timeline, when this will be done for this action?