keith6014

Results 19 issues of keith6014

Would be great if we can integrate SSO with https://github.com/jcmturner/gokrb5. I can contribute if you give me some guidelines on the authentication protocol. This would be a great feature.

enhancement

If I have an endpoint using SSE (Server-Sent Events) can I put that outout onto vue-command? An example would be much appreciated.

question

Trying to render a chart but I don't see a chart in my output My notebook looks like this ```python from bokeh.plotting import figure,show from bokeh.io import output_notebook output_notebook(hide_banner=true) p=figure()...

I have some simple code to read a FIX message and I keep getting a ParseMessage Panic. I placed the byte array in comments so there aren't any rendering issues...

# Feature Request I have a simple function here. If I go above 3 cmds I get an err. Is it possible to change the color to red when there...

enhancement

# Suggestion when looking at https://github.com/c-bata/go-prompt#projects-using-go-prompt I couldn't really find a project which has go-prompt and tests. Is there an example of end to end test of using go-prompt. I...

enhancement

Using master. When using Windows the multiplechoice throws an exception. ``` func(c *ishell.Context) { choice := c.MultiChoice([]string{ "Golangers", "Go programmers", "Gophers", "Goers", }, "What are Go programmers called ?") if...

bug

Its been a while since a new release has been pushed. Maybe push one?

I have auth_gss working. But I am trying to integrate it with auth_ldap. Has anyone gotten it to work? if so, can you share your configuration with us?

I have gokrb5 working for HTTP SPN authentication. I would like to create something more generic. I would like to build a proxy service which can be used for PostgreSQL...