sr79368142 wrote: ↑27.09.2025 22:02
Just now I downloaded py3.13 to compare with other vpn tools, and after testing, I've determined that it's because of the www certificate built into the previous Python version, and I can connect directly to GitHub after updating it. this should be a great boon to Chinese-speaking users!
Yep, after installing Python 3.13, the network connection works fine.
main Alexey wrote: ↑27.09.2025 16:49
hm, I cannot reproduce the problem on _clean_ Cuda 1.228.0 (in a new folder, with Py 3.8) on Win10 x64.
maybe it is outdated www certificate?
seems it's file python.cat in Cuda folder.
but then I must see the problem, but all is ok for me.
or bug in std-library in python38.zip?
I tested HTML-CSS-Markdown_Tooltips for a while again. From what I’m seeing,
1. when CudaText starts loading a remote image, the whole app is unresponsive until the load finishes, either success or timeout. In other words, it freezes.
2. When my mouse briefly skims over an image link, it starts loading. The cursor still moves, but until the image finishes, clicks, the scroll wheel, and drag to select all stop working, which feels like a freeze. You can notice it even with images that load pretty fast. Example: there’s an image link in the middle of a .md, I swipe the cursor from the top to the bottom and scroll immediately. That whole move takes under a second, but if the image needs around 1.5 or 2 seconds to load, it gets in the way and my scroll just doesn’t work.
On the two points above:
1. It’s not a must fix. I’m just sharing what I’m seeing in case it helps with tuning or optimization.
2. Could we add a trigger threshold in settings? If the cursor has to hover for 300 to 500 ms before we start the network request, it should reduce the impact.
Code: Select all


About those two images you sent: the first one takes way longer to load than the second.
Here are my wild guesses:
• Maybe the URL not ending in .jpg is slowing it down.
• Or does the plugin start extra network calls when you hover an image link, which stretches the load time?