Jon Bake
Jon Bake
I don't think this is possible through the Discourse API. It might be worth posting something in https://meta.discourse.org/.
@jorymorrison I'll take a look at this in the next couple of days. If you have a fix, feel free to submit a PR.
I am not sure exactly what is going on here either. The Discourse plugin install process simply does a clone of this repository. So all files in _lib_ should be...
@antanasramana There is not a great way to override the height right now. It would require a small update to make it easier.
@drageelr I basically moved height from the [`.react-terminal` style.css rule](https://github.com/jonmbake/react-terminal-ui/commit/a867dc72ceb55595962b2a4ea3c6857787032a48#diff-1104bdfdc4d3b01a85d7af489598121125db6bc016db2a48a083ef654c97b0f5L22) to a prop. It seems to work from my testing: ``` {lineData} ``` Renders a `1000px` height terminal: Can you...
I don't think there is a good use case for this. If you want to add a static list of groups to all users, you could do it via a...
If you are using a self-signed cert, it is probably best to use the _plain_ Connection method.
Doesn't it make sense for _Employee ID_ to be the username since it is guaranteed to be unique? What happens if you have two users named "Brandon"?... they would have...
@esepjav Is there an error in the server log? If so, can you post it?
https://meta.discourse.org/t/where-are-all-the-discourse-logs/58022... If you can login with a non-ldap user, _The logs web UI_ will probably display the error stack trace. Otherwise, the next best place to check [on the server]...