Parakleta
Parakleta
This issue presents itself in x11vnc, but is caused by a deviation between this project and 0.9.13 of the original project. Specifically, running `x11vnc -display :0 -rfbport 0 -unixsock /tmp/sock`...
NPM has had continual problems supporting proxies correctly going back over many years. Every time the problem looks like it might be fixed it gets broken again. In a corporate...
OK, so it's taken me a while to break this down to actually figure out what I need, but I have no experience with Ruby so I'm hoping you'll consider...
The existing shift/push method touches every element in the table once per step. The triple reverse method touches every element exactly twice. ``` function tablex.rotate(t, n) local tlen = #t...
Let me start by saying this library has been a lifesaver for us, so thank you. We are using this to run the XPath expressions from an XSD document to...
In the `option/User/setup.sh` file it currently uses the test `[ $? -gt 2 ]` to determine whether to try and add the user to additional groups. I think probably the...
node-open is effectively abandoned and using an old version of xdg-open that doesn't work on FreeBSD. Please change to opn which is actively maintained.
`xrdp-sesman` should call out to the `setusercontext` method to do the proper setup from the login class capabilities database. This probably should happen in `env_set_user`. You can see roughly what...
`&mut self` not required for `is_*`, most `to_*`, `check_*`, and `opt_*` functions, and some others.
The `is_*` functions do not modify state at all, and having that reflected in their signature makes matches easier. All of the `to_*`, `check_*`, and `opt_*` functions do not modify...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...