Sebastian Barrenechea
Sebastian Barrenechea
+1 on this one! Cloudflare does not create new records (using Global Key), but it refreshes them if manually added on CF
@timpur did you achieve stability while running over SSL? I'm running it with Arduino IDE, and it crashes and reboots the ESP12 several times while connecting to the MQTT broker...
Tried overclocking the device and still the same behavior (I didn't test a better wifi signal because I have an access point like 50cm from my desk). And I'm using...
I've ported OpenHaystack as an ESPHome component and got it to work on both ESP32 & ESP32-C3. If you're into ESPHome, you can check it [here](https://www.barrenechea.cl/projects/openhaystack-esphome/)! 😄 Hope it helps!
> BTW @SebastianBar the question about how you power the esp32 was a serious one: from the scooter battery with a 5V converter, with a power bank, or...? Sorry @olivluca,...
> @SebastianBar is there any chance you could re-push the image removed as per this [comment](https://github.com/browserless/chrome/issues/1393#issuecomment-982993380)? 🙏 Or could you provide the Dockerfile you used to build it so that...
I just made a build with a tweak to download an ARM-specific chromedriver. [Here](https://github.com/SebastianBar/browserless/tree/fix-chromedriver) are the changes that I'm trying. Although the chromedriver in use is not a perfect match...
Awesome! Ok, so the main issue is that the Dockerfile should be able to match a specific `chromedriver-arm64` revision for any given Chrome/Chromium revision. Electron has been building ARM binaries,...
> > I just made a build with a tweak to download an ARM-specific chromedriver. [Here](https://github.com/SebastianBar/browserless/tree/fix-chromedriver) are the changes that I'm trying. > > @SebastianBar This fork is no longer...
Do we have any progress on this issue? I'd like to suggest that specifying `"@types/react": "18.2.19"` should be seen as a temporary solution, not a permanent fix.