Ellis Percival

Results 89 comments of Ellis Percival

As far as `` goes, it's not explicitly listed, but GFM allows HTML except for [those tags on the blacklist](https://github.github.com/gfm/#disallowed-raw-html-extension-). Underscore for italics: https://guides.github.com/features/mastering-markdown/#syntax

Schön abend, Charly! I believe its possible, yes. I'll take a look at the code later, but from memory I expect it to be a simple change. Ich werde versuchen...

Good questions, @BenjiU I'd say use what we're using now for numbering as default, if only to be more backwards compatible. Is one more of a defacto standard than the...

Hi @mschlenstedt Yes, I'm afraid I've been neglecting this project. Unfortunately I don't have time to dedicate to it and I've been burying my head in the sand to avoid...

I've merged that and I'm just struggling with the cobwebs on the release process now...

Hi Sudhansu, I wrote a whole explanation as to why I don't want to include this in this project, but the more I think about it, the more I'm leaning...

Something else to think about is the switch debounce. I currently use a crude method to double check the input but it doesn't scale well if you have lots of...

Yep, it's configured with a pulldown. ```yaml - name: button3 module: raspberrypi pin: 18 interrupt_payload: trigger interrupt: rising bouncetime: 600 on_payload: "ON" off_payload: "OFF" pulldown: yes ```

I wonder if it's because you have `interrupt: both`, which will probably take into account the debouncing of both rising and falling edges. In which case, we'd need a way...