solo

Results 109 issues of solo

There's another project, pronoundb, which allows you to query an API to return someone's pronouns using a social media handle/id that they have authorized. So if I were to sign...

enhancement
question

- Rely on fabric language kotlin to provide kotlinx.serialization - Relocate all shaded dependencies into subpackage Fixes #61. Similar to #59.

### Describe the Bug Due to the fact that kotlinx.serialization version 1.4.1 is shaded into the jar, but *not relocated*, this causes any mod that is compiled with the latest...

Exposes cached `DecoratedVersion`, and introduce isSnapshot() to `DecoratedVersion`. Fixes #678. - Introduces a method, `getDecoratedVersion()` in the `VersionConfig` class, allowing you to easily retrieve the cached decorated version, instead of...

Adds a gradle task rule for incrementing the next version, using the format `markNextVersion[Patch/Minor/Major/MinorIfNotRelease/Prerelease/Branch]` Fixes #602 Downsides of this approach: - Tasks are not present in the ide, so it's...

### Is your suggested enhancement related to a problem? Please describe. I often find myself searching modrinth for a mod so that I can navigate to one of its associated...

enhancement

# Description Don't fail organization scan if a repository errors. See [JENKINS-73242](https://issues.jenkins.io/browse/JENKINS-73242) for further information. Implementation details: Before attempting any checks against the repository, run `GHRepository.getSource()`. This will cause the...

The run datagen task can never be cached by gradle, as its inputs will always depend on its outputs. ### Reproducing: 1. Create simple fabric mod with data generation enabled...

Fixes #10 Add new parseExpression() function that returns the Node tree. Also deduplicates some code.

Fixes a couple of small bugs with ExpressionBuilder - Race condition causing two expressions to have the same class name - Add missing space to System.out.println message - Make testing...