OpenSauce
OpenSauce
While I appreciate the offer of removing the 0.96x multiplier, I don't believe that it fully addresses the issue. Alongside the issue of scoring, there are other circumstances where playing...
This is still an issue nearly 6 years later
How has this not been touched for nearly 7 years? Having at least a deb package available to download in the releases is a pretty bare minimum option for a...
Recreated on both Debian and Gentoo, both using Gnome 44/45 + X11
I have been seeing this issue almost every time I've played the game since launch after a session exceeds about an hour, maybe less. I've most commonly seen this in...
This is still an issue after the release of `csgo_legacy`. CS2 launches automatically when pressing Play in the library, with no option to choose CSGO. Additionally, under 'Launch Options' in...
The way they gave CSGO legacy a support period and then proceeded to never fix a bug that made it impossible to launch is wild
@headius Attempting to use the flags from .jruby.module_opts has the same error as above with the addition of these warnings: ``` java @.jruby.module_opts -jar jruby-complete-9.4.3.0.jar -S bundle install WARNING: Unknown...
@kares My intention is to use a `Gemfile` in the current working directory to install gems to a relative path specified in `./.bundle/config`: > path (BUNDLE_PATH): The location on disk...
@kares Sorry for the late reply! It's a very simple config, all it does is set the gem install path ``` --- BUNDLE_CACHE_ALL: "false" BUNDLE_PATH: "gems" ``` If you wanted...