Alex R
Alex R
There was recent commit https://github.com/sepich/zabbix/commit/f413717ce5c3a4b9ead0c8f417a2ba2a536b78d9 for v2 support. Are you using latest version?
Can you try last version? It works for our 2.x for half a year now
Seems like no. Per your code sample 'textile' lexer is needed, and it is not included https://github.com/sepich/SynNotes/blob/master/SynNotes/Note.cs#L99 Fix seems to be easy, but i'm mac user now - feel free...
Stintilla.NET has all included, it's just SynNotes has limited number of lexers in menu. You need to add it to menu, and it should work. No need to rebuild Scintilla....
It is in `include/views/monitoring.charts.php` ``` $screen = CScreenBuilder::getScreen(array( //'resourcetype' => SCREEN_RESOURCE_CHART, //uncomment to have selectable graphs ``` but there were some issues with it, so i've drafted more universal replacement:...
I was unable to reproduce on Win8.1 staying without sleep for one night. Does this issue stably reproducing? What is the .Net version / OS version? Can you check with...
There is pull request for some UI coloring, you can try it. As for the rest, sorry have no time cause i switched to mac. Unfortunately 'bash' is hardcoded, so...
Those who found this via search, might also find interesting to read: https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/1084
Another possibly related issue is that `nginx.ingress.kubernetes.io/default-backend` stopped working for `externalName` Ingresses. Here is example yamls ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: echo spec: selector: matchLabels: app: echo template:...
> confirm that you are not setting any chunking headers Could you please provide more info on why setting `Transfer-Encoding: chunked` is not supported by ingress-nginx? Per debug logs above,...