KingBoomie

Results 7 comments of KingBoomie

For anyone who wants to go (forward / back) a slide by right/left clicking anywhere (that isn't an interactive component), I'm using this small snippet: ``` SlideNextPrev() = @htl(""" var...

While now the simplest usage of this library works: ```tsx Content ``` trying to add styles like the example below fails with the type error `Property 'className' does not exist...

On esp8266 with the config below HTTPS requests fail. (HTTP does succeed) Show config ```yaml esphome: name: bath-heater-1 esp8266: board: nodemcuv2 external_components: - source: github://pr#3256 components: [http_request] http_request: time: -...

Either i'm really confused about parts of the esphome ecosystem, or something weird is up. Your PR probably didn't break anything, since https doesn't work on released esphome on esp8266...

I had the same problem. It was due to docker-ros-box initializing software-renderer, which didn't work on my ubuntu20 nvidia machine for some reason. Used the tutorial from [here](http://wiki.ros.org/docker/Tutorials/Hardware%20Acceleration#nvidia-docker2) to modify...

Sorry for the late reply. I got someone to test it for me on a different machine also running an nvidia GPU, but for some reason, your default repo worked...