Ariel Juodziukynas
Ariel Juodziukynas
### Problem description When users share their logs, if they are using Wine-Latest/Proton-Latest, we don't know if it's actually up to date. ### Feature description In the logs, along with...
If a game finishes installing while the "cancel install" dialog is visible, the dialog stays there
### Describe the bug When a game is being downloaded and we press the button to cancel the installation, the game continues installing. This means that the game installation can...
### Describe the bug When in the General settings, the `Set Folder for new Wine Prefixes` setting can be left blank, leading to problems installing games. This is a problem...
The current `tsconfing.eslint.json` config is overriding the `include` property telling eslint to include all files and not only the files we care (I understand it's trying to lint too much)....
This PR is an initial implementation to be able to stub binaries during e2e tests. The current `e2e/api.spec.ts` tests are not really doing an e2e test: those tests are testing...
### Describe the bug We have some problems with how we handle default wine prefixes: - during installation, when a user clicks the `Use default wine settings` option, it makes...
This PR adds support for creating a form with 3 levels: the parent form, dynamic children, and dynamic grandchildren. This requires a new convention to work properly since it's simple...
## Description This PR fixes https://github.com/fastruby/next_rails/issues/111 We can now run the same command in the two versions in parallel, like: `dual_run bundle exec rspec spec/models`. The output of that in...
## Description When using next rails, we can dual boot the app and run different commands either in the current or in the next version of gems. This is fine...
Similar to what we do with Rails compatibility, we can use the Gemspec for the current Gems to check the supported Ruby versions. We can compare that with a desired...