Mark Blakeney

Results 69 comments of Mark Blakeney

You have to question whether it is sensible for a user to use their keyboard **and** their touch-pad to invoke an action. If they have to use the keyboard then...

I get a similar error every time I switch between open buffers: ``` Error detected while processing BufRead Autocommands for "*"..script /usr/share/vim/vim90/scripts.vim[30]..function dist#script #DetectFiletype[4]..63_DetectFromHashBang[89]..FileType Autocommands for "*"..function 35_SetupAutoCommands[11]..35_HighlightEOLWhitespace[1]..35_ClearHighlighting: line 3:...

Geepers, just experienced this myself and found this bug. Given it was raised 3.5 years ago it appears it will never be fixed so please put a note in the...

2 months and 9 days! I had to scratch my head to remember what this was about as I gave up on stapler ages ago and wrote my own PDF...

OK, using [this trivial PDF file](https://www.dropbox.com/s/ykgmtjk4vd2n068/stapler-issue-62.pdf) built by asciidoctor-pdf, I get the output: ```` $ stapler list-log stapler-issue-62.pdf 11 1 21 2 31 3 ````

Actually, doesn't expand exactly as emmet docs. There is a missing `Document` in the `title` line, like VS Code and ATOM have. Both VS Code and Atom don't seem to...

I'll leave a note here in case somebody else comes looking .... I am using the [ESP32 version of the D1 mini](https://github.com/r0oland/ESP32_mini_KiCad_Library) and also could not get comms to work...

@lambu76 I suspect UART2 doesn't work for anybody with this component. My ESP32 D1 mini works with UART0 (subject to me swapping Tx/Rx as I [mention above](https://github.com/geoffdavis/esphome-mitsubishiheatpump/issues/24#issuecomment-859968594)). As a test...

@DeltaAngle that's odd compared to me. So you changed only `hardware_uart: UART0` to `hardware_uart: UART2` in your yaml file? Are you using the latest version of this component, and of...