Andreas Strauman
Andreas Strauman
When LaTeX complains about undefined control sequence, this plugin does not show the name of said macro, which is what this commit attempts to fix.
## Description After monitor switch, in combination with scratch layer, windows stop receiving input. ## Reproduction steps: - Using two monitors. Referring to as Monitor 1 and Monitor 2. 1....
## Description Consider two monitors. Mon 1 has a scratch screen open and Mon 2 is active. When using keyboard shortcuts to switch Mon 2 to Mon 1, nothing happens....
We have a setup using VPN to connect to our databricks clusters. I want to be able to connect to the cluster using its private IP. I've tried just changing...
##Motivation Being able to correctly syntax-highlight own defined environments. ##Example usage ``` \lstnewenvironments{myListing}{}{} \begin{myListing} VerbatimHighlighting here \end{myListing} ``` ## Thoughts on implementation Get the environment names from settings. Then reformat...
Adds support for ZHA for TS0043 controller. It's a 3-gang controller, and I couldn't find a smart way to provide multiple lights to it? Except using `service` in `mapping`. Also,...