Zachary Vorhies
Zachary Vorhies
Yes, also hitting this bug. Pylint said just_fix_windows_console was missing. It works when I launch ubuntu docker but I can't launch it locally in windows. ```python ImportError: cannot import name...
Just hit this on my Ubuntu 22 LTS box as well. Again, `init()` works fine so I'm able to work around the issue and update my libs that are hitting...
I too needed this feature a bunch of times.
This happens for the following `platformio.ini` configurations: ``` ; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra...
The internet reports that people are accessing the upper 4mb psram through high mem bank switching. At the very least calling this function should not crash the system.
Does anyone know if this is issue is fixed with ESP-IDF v5.X? I see that platformio latest (5.2.0) currently uses ESP-IDF v4.4.2 and proper support for the WT32-SCO board might...
Hi there, thanks for your suggestion. Unfortunately it doesn't work on my windows box. Nor does it work if I add a disk on render.com for the path, which isn't...
Also, I want to mention that puter worked fine on Render.com (and I assume DigitalOcean) (minus a persistent volume) but the latest version refuses to go live. This is the...
I did a curl command: `curl -L --head https://puter.onrender.com/` And I get this output: ``` HTTP/1.1 301 Moved Permanently Date: Thu, 11 Apr 2024 21:33:30 GMT Content-Type: text/plain; charset=utf-8 Connection:...
I see in the code that there are two mappings for configurations and data. Can we please please put this into one root folder? It's so close to working on...