Franz Maximilian Martyn

Results 6 issues of 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...

request/language-version
language/groovy

**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.

kind/feature-request
language/groovy

**Describe the bug** Sometimes, codewars' code runner gets the syntax highlighting for GStrings wrong when they contain interpolated values Code runner does this: ![image](https://github.com/user-attachments/assets/15a40f6d-e659-4bb5-86a5-85dad46478d9) **Expected behavior** instead of this (example...

language/groovy

**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...

bug

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...

help wanted