June Stepp
June Stepp
I also just added support, so that OneLauncher auto-detects games from MacOS Crossover. That build is [here](https://github.com/JuneStepp/OneLauncher/actions/runs/19210800175).
I really wish I could do these debugging steps myself, but I can't, so I'd appreciate any amount you're able to do. Debugging Steps: - Download the testing build from:...
Thanks! Can you try this?: - Run `rm -r "$HOME/Library/Application Support/onelauncher/wine" "$HOME/Library/Caches/onelauncher/wine"` in the terminal. - Switch back to `D3D11` in `UserPreferences.ini`. - Try the build from: https://github.com/JuneStepp/OneLauncher/actions/runs/19276856919 If it...
Interesting idea. Have you tried it before? If so, how helpful was it?
I don't use Windows, but OneLauncher has used DXVK on Linux/Mac for years. I've added looking into it on Windows to the roadmap.
> This code will not work in Python 3.8 But currently `pyproject.toml` has > > ``` > requires-python = ">=3.8" > ``` > > So python should be 3.8 should...
I'm thinking of people with accessibility needs or limited terminals who need standard ways of defining CLI behavior. Stuff like borders can cause issues for screen readers. `NO_COLOR` and `FORCE_COLOR`...
This is why I asked it as a question rather than suggestion. I think these sorts of things should be done in a standard way, but `TERM=dumb` is the closest...
> I'm assuming you are referencing [custom converters](https://cyclopts.readthedocs.io/en/latest/parameters.html#converters)? ya. oops > Can you provide an example of how you would use this feature? My current use case is a custom...
> Can you explain your use-case a little more? I'm sure there are some meta-meta consistency/bugs, but I'm also a bit hesitant if the fixes make the code significantly more...