Results 79 comments of Christian

You can make the canvas in fullscreen like this: ``` var can = document.getElementById("my-canvas"); can.style.width = window.innerWidth + "px"; can.style.height = window.innerHeight + "px"; ``` It is not an issue...

ifconfig provides how much has been used so far ( TX and RX ) otherwise can have a look at ifstat and maybe pulling from them or see how they...

Regarding path can be done in this way: - Each item has a base path that is captured or input by the user when selecting for example the folder to...

I have investigated a little bit on this issue, apparently on plugin bootstrapWizard is binding the click event twice in someone to the button NEXT and PREVIOUS. I am not...

You can see there is multiple waning about not space left `OSError: [Errno 28] No space left on device` Might need to check if there is space left before starting...

@jesserockz you merged into web-states, is this PR still ok or what should happens?

Do you need help on finish this? I could grab a esp32_camera and help out. @crossan007

Has this been tested? Is the creator still willing to continue to fix whatever has been raised?

> Inprogress see: [esphome/esphome#4847](https://github.com/esphome/esphome/pull/4847) To ensure it overrides my PR link, you would need to add this link to your PR description.