Julian Thanner
Julian Thanner
- ev3dev-version: 4.14.117-ev3dev-2-3-5-ev3 - ev3dev-lang-python version: 1.2.0 I want to use a function from another py file but it doesn't work here is my code: my main.py: ``` #!/usr/bin/env pybricks-micropython...
So it puts all files in that folder together to one file and downloads this file
when using autotag, my custom specified tags are ignored
we have a lot of classes which are final, is there any way to proxy a final class?
### Report I tried adding a new user to the cluster after the deployment. i added this section to the yaml, but nothing is changed and no logs from the...
it seams, that running the selfstream feature locally is not easily possible. An entry is required to the ingestServer table, but this has to be done manually? But there is...
directly after creating an authentik_provider_oauth2 the authentik_provider_oauth2_config.issuer_url is empty and not populated ``` resource "authentik_provider_oauth2" "argocd" { name = "argocd-${var.cluster_name}" client_id = "argocd-${var.cluster_name}" ... more stuff } data "authentik_provider_oauth2_config" "argo_config"...