Ariel Juodziukynas
Ariel Juodziukynas
### Describe the bug I'm not sure if my description is correct, but currently the GOG site is down and when I click on a game to show the game...
**Is your feature request related to a problem? Please describe.** Currently, the Add shortcuts action is not present in Mac **Describe the solution you'd like** The app should show the...
### Describe the bug When trying to install a DLC for a game, Heroic shows the install dialog, it allows the user to continue with the installation, starts showing some...
### Problem description Heroic progressively downloads the game in the selected folder. When an installation is stopped, the user can select to keep the files there to continue the download...
### Problem description Currently, if the legendary session expired, Heroic will still show the library and let you try to install games, only games that allow playing offline would work....
### Problem description Recently played games are handled as first in => first out. The problem is that, if you stop playing a game and you don't want it in...
### Problem description Currently, if you want to uninstall older Wine versions, you don't know if they are being used in any game, so you have 2 options: - uninstall...
Currently, the results are in the README file, but all numbers are from one specific ruby version. Trying to add information for more rubies can make the README a mess...
There's this CONTRIBUTING file with some details https://github.com/fastruby/fast-ruby/blob/master/CONTRIBUTING.md But I still have questions that I think it's worth documenting: - The README says `All results listed in README.md are running...
This test https://github.com/fastruby/fast-ruby/blob/master/code/general/block-apply-method.rb is comparing: ```rb def fast [1, 2, 3].map { |n| do_something(n) } end def slow [1, 2, 3].map(&method(:do_something)) end ``` We could have one more test: ```...