Results 9 issues of SeanW

Is it possible to output to html? That way, you could click on a node, for example, which is a link to a GitHub documentation page. The diagrams documentation says:...

Disclaimer: I'm new to flux. Steps to reproduce: 1. Follow steps in [README.md](https://github.com/fluxcd/flux2-kustomize-helm-example), specifically: cd ~/git/forks git clone [email protected]:ME/flux2-kustomize-helm-example.git cd flux2-kustomize-helm-example flux check ‐‐pre ``` ► checking prerequisites ✔ kubectl...

First, thank you for this container! For legal reasons at work, I need to determine the version of openldap running in the container, but I only see (what appears to...

bug
OpenLDAP

**Describe the bug** When I run slack-start, I get "Failed to request slack-authorize: enterprise_is_restricted" **To Reproduce** Steps to reproduce the behavior: 1. Follow the README.md at https://github.com/yuya373/emacs-slack 2. I'm using...

bug

First, thanks for this software! Second, how can we change the fontsize of *all* labels in a diagram? Changing the `"fontsize": "40",` value to `"10"` or `"20"` below makes no...

First, thank you for eclim! ### Problem `g:EclimJavaDebugLineHighlight` never highlights and none of my lines show the `g:EclimJavaDebugLineSignText ` ### Environment I'm using macvim on Mac High Sierra and connected...

Eclipse provides `indicators` in its "gutter" on the left, where you can hover your mouse and see something like this: ![image](https://user-images.githubusercontent.com/18521457/52513348-e7482380-2bcf-11e9-92a3-b65c152655bd.png) Is this possible in `eclim`?

Using Eclipse, I don't see any errors for the following C++ code, but I do in eclim. Any thoughts about why? Code: ``` #include using namespace std; int main() {...

If I hover my mouse over certain items in Eclipse, I see C++ documentation like this: ![image](https://user-images.githubusercontent.com/18521457/37626043-6be6e70a-2b9c-11e8-9ee6-9fca778b88e5.png) Does that exist in eclim? After reading the [eclim documentation for C++](http://eclim.org/vim/c/index.html) and...