Igor Levicki

Results 70 comments of Igor Levicki

@ChinatsuHS I am not running Discord so no that doesn't explain it. Also, in my opinion, this project is moving too fast for its own good — they should slow...

I am closing this issue because: 1. Apparently devs won't even consider looking at it as they seem to be chasing the next shiny feature to add to the GUI...

@Velocity- From my experience, Python is mostly used by scientists who understand domain specific stuff, but lack the proper software engineering discipline. Anyway, you can't really claim that "anything written...

@Velocity- I wouldn't want to turn this into a discussion about languages, but here is what I think. Python as a language is perfectly fine. Yes, I don't like the...

The cause of space loss on `C:\` drive is `pip` installation cache located at `%USERPROFILE%\AppData\Local\pip` — mine is currently at 21.89 GB. In other words, it's not a bug —...

@abver090 1. You are not supposed to run pip manually — it is run by scripts in the repository to install various packages and dependencies. 2. Just running `pip --cache-dir...

Solution is to use Python 3.10.6 64-bit install as listed in dependencies. Other versions will not work.

> I think you're looking for `config.raise_image_exceptions` which can be set to `False`. That doesn't work in latest released binary (8.2.1). Here is the spot where it crashes: https://github.com/renpy/renpy/blob/766be19326494214e4f3f91f31df507e8d09d4e1/renpy/display/image.py#L683 Apparently,...

@Justin62628 By comparing profile settings using NVIDIA Profile Inspector with the option turned on and off using the NVIDIA Control Panel.

@Justin62628 ![image](https://github.com/Orbmu2k/nvidiaProfileInspector/assets/16415478/fdb29409-5eb0-425d-b6d6-0cf40d3a95cd) ![image](https://github.com/Orbmu2k/nvidiaProfileInspector/assets/16415478/55ea7913-aef1-4873-8555-715e4f077858) It's not really rocket science to reverse-engineer it.