Franz Maximilian Martyn
Franz Maximilian Martyn
- Name: Groovy - Version: 4 (Potentially Version 4.0.22) - Changelog: https://groovy-lang.org/changelogs/changelog-4.0.22.html - Release Notes: https://groovy-lang.org/releasenotes/groovy-4.0.html --- Groovy 2.5, the currently only version available, came out in 2018 while Version...
**Problem:** As of writing this, JUnit 4's `@Test` annotation (`org.junit.Test`) is automatically imported when creating a new Kata translation. **Solution:** Automatically import JUnit 5's `@Test` annotation (`org.junit.jupiter.api.Test`) instead.
**Describe the bug** Sometimes, codewars' code runner gets the syntax highlighting for GStrings wrong when they contain interpolated values Code runner does this:  **Expected behavior** instead of this (example...
**Describe the bug** I had to do some changes to a kata translation. The link to the kumite is in `Additional context`. Previously, I used groovy's built-in assert statement which...
## Information **NVIM version** ``` NVIM v0.10.4 Build type: Release ``` Operating System: Windows 11 Home Terminal: Windows Terminal 1.22.11141.0 ## What went wrong Everytime I edit or open a...
Right now, the only way to install bibles is via a terminal. I think creating a seperate GUI application (and maybe even a CLI option for `bible_import.py` to open that...