maxmelnick
Results
2
comments of
maxmelnick
Is there a way to have each directive attach a "loading" variable to the rootscope and monitor it that way? I'll do some additional searching to see what other ideas...
@tristan957 - you can do this too: ``` docker-compose exec --user root dse bash -l -c "sed -i -e '/^assistive_technologies=/s/^/#/' /etc/java-*-openjdk/accessibility.properties" docker-compose exec dse dse gremlin-console ```