William Patton

Results 96 comments of William Patton

I too would like to vote for addition of MQTT support, primarily for toggle on/off ability on the configured output pins. I am willing to help with implementation, however I...

As I am limited in experience with python I won't be easily be able to create an MQTT interface from scratch. I have found the `paho-mqtt` library which looks to...

I can take on giving the theme a pass and making sure strings have translation functions wrapping them. @bacoords feel free to assign this to me and I'll tackle this...

Using `swap` prevents escalating CLS scores mainly as well as making initial load and render times quicker on slow connections.

It isn't just a page speed win - it is mostly a user experience win. Improved user experience is absolutely the correct decision in the real world. We should measure...

Sure, it is always best to set an inline width and height for visual items that affect layout but it isn't all that common outside of images. Most people rely...

I didn't clarify but I did always mean _something_ is better than _nothing_ when it comes to an interactive element or key piece of functionality. When something is entirely presentational...

Have you tried to run `git fetch && git pull` in the repo directory? After doing that running `rm -f ./node_modules` then `npm install` could fix it.

Yeah these were commands. Seems like you ran them and ended up with even more vulnerability notices :(

Sadly it seems like it can't be autofixed. Someone will likely need to work through the issues and replace packages that have issues. I just test ran both `npm audit...