Felix Neko

Results 16 comments of Felix Neko

> I will see if this can be skipped when global is set. @bmarroquin , if you can skip this check of pyproject.toml for this command, it will be really...

> The best way to implement this would be to add pip specific options to the install script and use them during install. Well, if you can add an option...

UPD: If I simply add this two lines ``` serialized_dag = dill.dumps(dag) dill.loads(serialized_dag) ``` to the end of my DAG's code and execute it in PyCharm (on the save virtualenv...

> @Felix-neko Is there a specific reason to pass the full DagRun object into the context? Would it help as workaround to only pass in specific details of the full...

UPD: I've read the next paragraph of docs after Quickstart: https://fastapi-keycloak.code-specialist.com/keycloak_configuration/ When I enabled client's Full Scope, it helped. Maybe you can place the keycloak configuration topic before Quickstart for...

> @Felix-neko Can you please fix the linting ? @ntkathole , done ; )