Jacob Gustafson

Results 111 comments of Jacob Gustafson
trafficstars

> * A file list could be added in a backup task (something like the file extensions list for skipping compression) that **always** makes a backup of that file. Deduplication...

Note that there are at least two situations where you can get `ModuleNotFoundError: No module named 'html.parser'`: A. You have a file named html.py or a module called html in...

As discussed at #1839: | CPU | GPU | Works? | |----------|------------------|----------| | i3-3110M | HD Graphics 4000 | ❌ |

I am having the same problem, only on Windows 11. A fresh install did not help. I tried Python 3.8, 3.11, 3.12 (also, adang1345's build of 3.12.5 which I sometimes...

If you do it that way, then custombnt.txt will just get moved again and again (the backup will be lost). I suggest: ```Python if not os.path.exists("custombtn.old"): os.rename("custombtn.txt", "custombtn.old") # else...

Yeah, if people may use those functions for custombtns or other extensibility, I agree renaming them isn't good. So is it clear whether the "~/.printrun/" directory used in `configfile` is...

As I suggested at #2034, pointing to the section of the correct section of the docs (instead of just the root of the docs, and instead of search-and-replace for the...

Even with max-version hack, the app doesn't work on ownCloud 10.0.10. Clicking on the notes app does nothing, and the Android ownNote app cannot connect to server, though worked fine...

@GreenXenith [You said in the other issue you [don't get notifications](https://github.com/GreenXenith/io_scene_b3d/issues/2#issuecomment-808399105) so I'm mentioning you] Please answer yes/no to this issue so that at least people know whether to expect...

@GreenXenith Thank you for getting back to me. "Watch" may be off be default only on forks, because I'm fairly certain I get notifications of all my repos. The code...