Jeremy Brown
Jeremy Brown
how to duplicate: 1. open a nvim instance 2. ctrl-z leave nvim 3. list the servers 4. send the server a remote command 5. nvr hangs 6. User is forced...
Scala style is documented plainly. https://docs.scala-lang.org/style/declarations.html https://docs.scala-lang.org/style/indentation.html#line-wrapping Yet this examples project fails to follow it for some reason. ```scala class RequestHandler @Inject()(webCommands: WebCommands, optDevContext: OptionalDevContext, router: Router, errorHandler: HttpErrorHandler, configuration:...
``` ~/dev/src/github.com/denesb/xfce4-i3-workspaces-plugin$ sudo make install make: *** No rule to make target 'install'. Stop. ```
OS: Ubuntu 22.04 DE: XFCE with i3 as WM arandr: 0.1.10 xrandr program version 1.5.1 Server reports RandR version 1.6 Screens can be set with arandr but the screenlayout sh...
I'd like to use this to access webapps that don't run in a mobile browser on the go. This means using an onscreen keyboard. I have tried rotating the screen...
Allow Custom Headers to be set on an HTTP webhook.  Only allows Basic auth. Obviously this is very limiting. It would be nice to be able to set any...