AaronVerDow

Results 19 comments of AaronVerDow

I'm having issues with the left side with teensy as well. I compiled my own STL and repaired it in slic3r and got something that looks manifold in the preview...

There seems to be a hard dependency on `esphome/components/sensor/sensor.h` and `esphome/components/text_sensor/text_sensor.h` so that firmware cannot be compiled without having both `sensor` and `text_sensor` defined in yaml.

Got this up and running, the layouts work beautifully. Are there any planned or existing touch screen functionality in this pull request? I saw "buttons" exist but could not figure...

I was having the same issue and none of the fixes here were working. I ended up needing an additional delay for some reason: ``` vim.api.nvim_create_autocmd("BufEnter", { pattern = "*",...

Removed an unrelated NixOS build fix.

Could you attach an Apple generated SVG of one of the tests? I'm curious what the differences are. Assuming there isn't a larger issue besides float/rounding differences, I can switch...

I compared in vimdiff with lines split and whitespace trimmed. The issue is that two new lines have been added. I'm assuming these additional lines are part of an arc,...

I think the difference here is from the SVG import and confirmed the differences are arcs being converted to lines: ![Image](https://github.com/user-attachments/assets/1521a07b-28b3-4d68-9baf-44d4c110e240) Working on PNG comparison.

I can post a quick and dirty update for png comparison if needed, but if this isn't a pressing issue I would like to tidy up the tests a bit...

> Does this mean we can also remove the .svg files from the tests/regression/ folder? Yes, I can clean those up once I figure out why the actions are failing.