Takahiro Ueda
Takahiro Ueda
It would be nice if unnecessary semicolons at the ends of lines could be automatically removed. Example: ```fortran program test implicit none; integer :: n; ! semicolon not mandatory end...
It seems that fprettify 0.3.7 does not indent [FORD comments](https://github.com/Fortran-FOSS-Programmers/ford/wiki/Writing-Documentation) starting with `!!`. ```fortran module foods implicit none #:for i in [1, 2, 3] #:for j in [1, 2, 3]...
It would be nice if `fprettify` could have an ability to normalize string literal quotes to either `""` or `''` according to user preferences. This normalization should not change the...
Hi, I would like to just file a problem about `rings.repl`. Currently, it fails to start: ```bash $ rings.repl OpenJDK 64-Bit Server VM warning: Option AggressiveOpts was deprecated in version...
Hi, I have encountered another freeze with polynomial factorization, but this time I'm wondering if this is a problem in Rings or maybe some issue on my environment... The following...
Upgrading the gradle-release plugin to 3.0.0 (with Gradle 7.5) that is used for a subproject in a multiproject makes Gradle stop working. ``` $ ./gradlew tasks FAILURE: Build failed with...
Somehow `./gradlew release` inserted a leading space to the commit title for `pre tag commit`. This occurred to me with ``` Gradle 7.5 net.researchgate.release 3.0.0 Kotlin: 1.6.21 Groovy: 3.0.10 Ant:...
This is a small thing, but would it be possible to customize commit messages more flexibly? Currently, one can customize the _beginning_ of the commit messages via `preCommitText`, `preTagCommitMessage`, `tagCommitMessage`...
Maybe it depends on the browser font settings, but I experienced an issue with the cursor position in the editor for some Unicode characters, which does not look correctly calculated....
### Description If I understand correctly, `dev-dependencies` in the `fpm.toml` file specifies dependencies for development (e.g., tests), and this dependency should not be exposed to dependent projects in any way....