Gabriel Tollini
Gabriel Tollini
I fixed this by disabling USB printing altogether (I've never had an USB printer to begin with). To do that: - Go to the “Installed” tab of the Marketplace. -...
I've made a PR with a fix that works for me. It would be interesting for you guys to test it on your machines and report if it works for...
@BlondieGayMan There's something odd there. In theory, my fix wouldn't have a difference on Windows users. All I did was switch a ```Platform.IsWindows()``` (which would be ```True``` for you) for...
> Could this have had any relation with the following? #19186 Thanks for your comment, Kafufafu. I've added the two related issues to the list of issues this PR fixes.
I don't have an USB printer to test this out, but I'd guess it would still take a long time to open files. The code tests all tty ports for...
> Could this have had any relation with the following? #19186 Yes, it's the same root cause.