Tobias Nett
Tobias Nett
@jellysnake @cervator Can you please shed some light on the whole plant/flora/growing area? (GitHub issue is probably better for discussion…) - https://github.com/Terasology/SimpleFarming uses EdibleFlora - https://github.com/Terasology/EdibleFlora - https://github.com/Terasology/AdditionalVegetables and https://github.com/Terasology/AdditionalFruits...
### Motivation Terasology uses a modular approach to game assets, concepts and features - everything is a module. When creating a new game players select which modules they want to...
Hi, I'm a bit confused about the situation on pre-fetched/cached assets on `GHRelease`. I'd like to avoid additional API calls, see also my previous PR https://github.com/hub4j/github-api/pull/977. Can we make `getAssets()`...
### Contains Restructure the `Platform` utility class and splits out `OS` and `Arch` as separate enums. Loosely based on #708. ### How to test Nothing should change based on this...
### Contains Both games and JREs will be "installed" and managed by the launcher in the future. I believe that both can have a shared interface for the remote resource,...
Especially 3461073c7223f8fb98b4636532a8650edc772724 is just a drop of random code...
### Contains Since we want to manage JREs for different platforms, the respective code needs to become a bit more elaborate. Therefore, introduce a new `platform` package with the `Platform`...
Similar to the style classes for PRs `.gh-pr` and Issues `.gh-issue` there should be `.gh-repo` showing the little book icon next to the link.
Update the Dockerfile used for local devcontainer (in VSCode) and gitpod to be based on the latest v2 image for Ruby (v2.7.7) and install the latest version of bundler (https://bundler.io/)....