Dušan Plavák

Results 10 comments of Dušan Plavák

Hi @benkeen thanks for reply, I tried that but the problem is that onload is called when svg is created. But, for example labels and lines has after creation opacity:...

During the installation from git code it will stop on this error: ``` Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main mod_name, _Error) File "/usr/lib/python2.7/runpy.py", line 111,...

Just going around and have similar issue. Try it in android studio emulator on Nexus One with api 23. You will probably get the same error. This could help you...

As a workaround you can use this: ``` - uses: actions/checkout@v3 - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 ``` where `4512585405083f25c027a35db413c2b3b9006d50` is jus commit hash of 2.11.1 release

This can be closed as the proposal was merged right?

Hi, yop I discovered that. I created new project in the default location, but it did not work either. I was able to see the project in launcher but importing...

Hi, I think this might be connected to this issue: https://github.com/argoproj/argo-cd/issues/17773 I would suggest to enable debug logs in argocd-notifications-controller and check the logs there. Quick test you can also...

@ericjmooney did you get same error message? `trigger is not configured using the configuration in namespace` Also in which namespace is your app running? To me this looks like having...

@andronux so I tested it out and if I create new configmap with triggers and templates in namespace where application is running, then the error message is gone.... In the...

Just small realization, it is not actually error message I guess. What is happening is that it will try to look for configuration with namespace where app is running and...