Mark Hahn
Mark Hahn
### Discussed in https://github.com/minamoanes/homebridge-homekit-control/discussions/18 Originally posted by **mark-hahn** March 6, 2024 I am getting an ecobee smart enhanced thermostat. I've read that this thermostat has local non-cloud wifi control using...
The subject says it all.
The current display burns a fair amount of the bar space. It would be nice to have a "mini" version with only needed text and degrees rounded to one degree....
For me, indent-rainbow is not working on remote ssh projects. Are there some settings I'm missing or something else I can do? Almost all my projects are remote.
The page https://rustdesk.com/docs/en/client/windows/ is blank. Not much else to say.
I am developing an app that could probably use jscpd. I want to find out the most efficient way to use it. I see that there is a tokenizer available....
Does this look familiar to anyone? ``` Error caught while calling pidusage PM2 | Error: Error: spawn wmic ENOENT PM2 | at ChildProcess. (C:\Users\mark\AppData\Local\nvm\v23.6.1\node_modules\pm2\node_modules\pidusage\lib\bin.js:33:10) PM2 | at ChildProcess.emit (node:events:507:28) PM2...
I have been starting wireguard PIA with this ... ``` VPN_PROTOCOL=wireguard DISABLE_IPV6=yes DIP_TOKEN=xxx AUTOCONNECT=true \ PIA_PF=false PIA_DNS=true PIA_USER=pyyy PIA_PASS=zzz ./run_setup.sh ``` and killing it with `wg-quick down pia`. Question 1:...
initial blank lines in text causes first callback from jsonAsty.parse to have extra chars in prolog
I am calling parse with this ... ``` ast = jsonAsty.parse('\n\n{"a":1}'); ``` I have this code at beginning of callback ... ``` ast.walk((node: any, depth: number, parent: any, when: string)...