Derek Schrock
Derek Schrock
I have this running on FreeBSD 12.1 with glamor (i915) and the MS client. I see the egfx logs in xrdp logs however like when using RFX you see an...
Does this give anything when it comes to the macOS client? MS macOS client 10.4.0: ``` xrdp_mm_drdynvc_up: gfx capable client xrdp:xrdp_egfx [1992667619]: xrdp_egfx_create: error 0 channel_id 1 xrdp:xrdp_egfx [1992667624]: xrdp_egfx_open_response:...
Possible this is related. https://github.com/neutrinolabs/xrdp/issues/1590
Looks like the same thing here. https://github.com/npm/run-script/issues/103 https://github.com/npm/cli/pull/5297 Working around is to install `bash` and `npm config set script-shell bash`
I think has a hack you could put `--` in `~/bin/--` `chmod +x ~/bin/--` and put `~/bin/` in `PATH`
I don't believe this is a bug. You're escaping the return so you're putting the EOS on the same line as test2 so the here doc isn't closed. You can...
Yeah, you're right sorry for that. I missed it was a quoted here-doc. Too late while I was searching issues for my own here-doc related [problems](https://github.com/tree-sitter/tree-sitter-bash/issues/80).
There should be a status check var. You're [assuming](https://github.com/acmesh-official/acme.sh/blob/master/deploy/unifi.sh#L116) we're (FreeBSD) using systemd. The same for the other systectl usage.
There isn't any config to enable this here? Testing with coc and 4.0.0-beta6 I don't see see the codeDescription diagnostic with sh (coc-sh) trace output.