Dan
Dan
I think SSL is failing to handshake. It just doesn't error until a write? non-blocking [MicroPython SSL](https://docs.micropython.org/en/latest/library/ssl.html) [Pycom SSL](https://docs.pycom.io/firmwareapi/micropython/ussl/) I think ssl_context is not supported by Pycom and upstream by...
Another example on Windows 10 (haven't re-tested on Linux yet). I have a terminal app that uses concurrent.futures. I'm using Streamlit as a GUI for it instead of terminal output....
Solved the warnings. Since Streamlit is now the top-level script in my example, I wrapped it in a function and used ```if name == main```. Changes in Streamlit code: ```python...
@KamiKillertO Thank you for the response. Please see images above. -Color decorations are working -Color highlighting / color backgrounds are broken for me with or without variables! I have the...
If you need any more info on my setup, or if you would like me to try anything, let me know. I would be glad to help.
@KamiKillertO Thanks, this is the best extension for CSS on vscode. 1. I checked another win10 machine and everything is working now with the hotfix including CSS variables. 2. For...
Re-enabled Tabnine. No issues!
similar issue on PopOS (debian) using .deb install method: self@pc:/media/self/backup/Code/PROJECTS/test$ pyflow init Please enter the Python version for this project: (eg: 3.8) 3.8 Created `pyproject.toml` Found multiple compatible Python versions....