janAkali
janAkali
### What is the name of the app? Forge ### (Optional) Where is the app hosted? https://downloads.cardforge.org/dailysnapshots/ https://github.com/Card-Forge/forge ### About the app Unofficial MTG Game/Rules Engine Runs on Java VM,...
I was inspecting your code to fix the "unreachable code" warning. But honestly, you should just rewrite this part with [std/parseopt](https://nim-lang.org/docs/parseopt.html) asOptionalParam() used once on a code that ALWAYS quits,...
Add example of objects and reference objects. Add small example to tuple section, to explain how objects differ from tuples. - [X] I solemnly swear that this is all original...
Original url for every non-github repo got replaced by "http://github.com/..."
Previous example wouldn't run unless `std/posix` was imported and it wasn't mentioned anywhere in the docs. Other changes in the example: - replaced magic number with constant `MaxWatches` . -...
##### LibreSprite version ``` v1.0-dev ``` ##### Describe the bug App doesn't work on wayland. Error popups: ``` Unable to create a user-interface display. Details: failed to create an EGL...
### Description Any code that imports `std/math` library fails to compile to objectiveC with "Error: undeclared identifier: 'c_isnan'" Example: ```Nim # main.nim import std/math ``` ``` $ nim objc main.nim...