Gerard Sharp

Results 8 comments of Gerard Sharp

Hello. I have forked your project to add some features I want (mostly more pages despite Nextion's limitations) and along the way I am going to try to break the...

Hello, I have updated my fork of README.md with pictures of the adapter PCB and of a heatpump with the LED in place. Once installed, it isn't actually very charismatic,...

converting my configuration from yaml to json took one execution down from 2.768s to 2.219s, a gain of 20%! -- sample size of 1. plural of 'anecdote' is 'data' Now,...

fixed apt to include a PPA and grabbed Codium 1.93.1 x86 "dbab3f8e8c5da7ca1bde636806e0a973e497aa01". (aside: the vhdl_ls is now reporting syntax errors like my other machine does (for example, the demo code...

Learning how to "language server" in vscode world and I see https://github.com/VHDL-LS/rust_hdl_vscode/blob/29996a4d9f4bf0c68e638ef2f57f9e57b95aa08e/language-configuration.json#L21 marks "else" as a reason to indent using vscode in-built indenting rules; which works fine for `if then...

okay, revise that. Chasing further I find back in this project https://github.com/TerosTechnology/vscode-terosHDL/blob/b54d1b9ee5f11f8ee0629657e1ec38ac09d7ab46/configs/vhdl.configuration.json#L30 sets the rules for indenting, If I change it to ``` "increaseIndentPattern": "^((?!(--|/\\*)).)*(\\b(begin|loop|generate|then)\\b|\\b(component|block|process|is|generic|port|else)\\b[^;]*$)", ``` as a horrible, horrible...

I have a new datapoint. Screwing up the debugging and accidentally wiping the UniFi access point SSID and settings, forcing me to reconfigure it from scratch has made the raspberry...

new fault. uptime is now 21hr, so 10hr since it was spontaneously working. the pi loadavg is 6.6 and `/var/log/syslog` is 7.9GB and growing rebooting the PI in self-defence (my...