Gabriel Villoldo

Results 21 comments of Gabriel Villoldo

![image](https://github.com/Vaskivskyi/ha-asusrouter/assets/11096470/a4073cdd-6545-4536-af22-d14d8ea3aff3) This is the firmware that I have installed: https://www.asuswrt-merlin.net/ (ROG skin, that's why it has _rog suffix)

@simulot sorry for the delay! the issue is when files are named `something.jpg` and `something+1.jpg` (not ~1 or ~2) the duplicated feature was treating them as duplicates. I didn't test...

For the records, I found a workaround to avoid failed tests (because of timeout) with the release of [v1.52.0](https://github.com/microsoft/playwright/releases/tag/v1.52.0) that introduces [testProject/workers](https://playwright.dev/docs/api/class-testproject#test-project-workers) The idea is to set 1 worker for...

colorScheme: 'auto' for Mantine users works ok

I was using DropdownProps because I wanted to have all the types from Dropdown (plus my types). I've tried to do make it work with Dropdown.Details, and that's the error...

I found a way enabling remote access in Fully Kiosk and using this URL `http://fully-kiosk-ip-address:2323/?cmd=getCamshot&password=$$AdminPassword$$` I tried to access it using `hass://home-assistant-ip-address:8123?entity_id=camera.fullykiosk` and this is not working (I think it's...

v1.9.2 seems to be the most stable version of go2rtc, besides it doesn't fix this issue, I made a workaround using the camera's substream and I was facing another issue...

Cool, thanks for that advice, I know you can append anything and you can break stuff, but I am still getting the same error logs without the raw unfortunately. The...