ppenguin
ppenguin
Since (the main?) use case for vscode-remote-ssh is to use (e.g. a more powerful) remote host from e.g. a mobile device with the same settings/env as on the remote host...
**What's needed and why ?** I'm having a hard time finding out how to configure CORS for multiple subdomains, e.g. like done [here](https://github.com/nginx-proxy/nginx-proxy/issues/804#issuecomment-305297582) in "vanilla" `nginx`. How can this be...
I have been using `pandocomatic` with different process definitions successfully, but suddenly (OS reinstall) one of my workflows doesn't work anymore: pandoc hangs when executing it: ``` pandocomatic -b -c...
I found myself unable to use lua-filters in a `nix-shell`, because the location of the lua-filters is not fixed. I didn't find a way to refer to env vars within...
After working around #76 (I mention this because it may be caused by a regression on newer `nixos` versions, and for this issue looks a bit similar to the issue...
I don't know whether it's a reqression for newer versions (I'm a new user), but when I try to set up a very basic mail config, I get the following...
As a `nix` noob I (unnecessarily) struggled with this one, although it's arguably the most logical use case to directly start using `nixcloud`: a "zero install" method by just referring...
When testing this, it matches: ``` # test multiline matches $ echo -e "Line 1 blabla\nLine 2 haha\nLine 3 hihihi" > /.*Line 1.*/ >= 0 ``` but when testing this,...
I'm doing a test which needs to take the output of one command as an input for the next. Short of using temporary files I have no way of achieving...
#### Describe your PR, what does it fix/add? Intends to add rotation support for touch-screen stylus (by adding calibration matrix support to tablets), so we can rotate the display +...