Dom Busser
Dom Busser
Hi, we're having an issue with this plugin. Our webpack build generates various assets: `.js`, `.css`, `.svg`, `.png` all served from a `/client` directory. When accessing the page, there are...
Hello, first off thanks for this framework, I love the simplicity and especially the thorough documentation how to add this. We're using it together with `react-universally` and it's awesome. But...
Is it possible to include the VMs running on a node in the monitoring? For example: I've created the VM `monitoring` on `farm4`. Farm4 is monitored in the PVE cluster,...
Not so much a bug, but it would be great if the app could apply the last selected Camera Profile upon startup. I do have "Push Settings" enabled, but the...
My settings for this plugin are: ``` { "indent_size": 4, "indent_char": " ", "indent_level": 0, "indent_with_tabs": true, "preserve_newlines": true, "max_preserve_newlines": 10, "jslint_happy": false, "brace_style": "collapse", "keep_array_indentation": false, "keep_function_indentation": false, "space_before_conditional":...
I'm running fling OX 10.9.2 by executing `java -jar fling.jar`. Then I'm drag-dropping a 8.8 GB .mkv file from a folder shared by a Windows 7 pc in my local...
See [this example](http://requirebin.com/embed?gist=0d67452e01754269660f#%7B%22config%22%3A%7B%22jsx%22%3A%7B%22attrsOnSameLineAsTag%22%3Afalse%2C%22maxAttrsOnTag%22%3A1%2C%22firstAttributeOnSameLine%22%3Afalse%2C%22alignWithFirstAttribute%22%3Atrue%7D%7D%2C%22code%22%3A%22%5Cnconst%20classNames%20%3D%20%5B%5C%22a%5C%22%2C%20%5C%22b%5C%22%2C%20%5C%22c%5C%22%5D%3B%5Cn%5Cnexport%20default%20class%20TimeoutModal%20%7B%5Cn%20%20%5Cn%20%20%5Ct%5Cn%20%20%20%20_method%28%29%20%7B%5Cn%5Cn%20%20%20%20%20%20%20%20let%20classNames%20%3D%20document.body.className.split%28%5C%22%20%5C%22%29%3B%5Cn%5Cn%20%20%20%20%20%20%20%20return%20_.some%28classNames%2C%20%28className%29%20%3D%3E%20%7B%5Cn%20%20%20%5Cn%20%20%20%20return%20className%20%3D%3D%3D%20%5C%22a%5C%22%3B%5Cn%20%20%20%20%20%20%20%20%7D%29%20%3D%3D%3D%20false%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%5Cn%7D%5Cn%22%7D). The result is indented in a strange way: ``` _method() { let classNames = document.body.className.split( " " ); return _.some( classNames, (className) => { return className ===...
The current SDK (`7.27.3`) supports [listing Organizations](https://workos.com/docs/reference/organization/list) by these filters:  Within the UI, however, it's possible and convenient to also find by an organization's...