zml

Results 134 issues of zml

I'm afraid I've been a bit checked out of things for a while, but just poking around the the 0.8.6 snapshots on Sponge (see SpongePowered/Sponge#3937), I'm getting a new runtime...

bug
core

Pkl is a new configuration language: https://pkl-lang.org/ Does it make sense to support this in Configurate? It's somewhere along the spectrum between config format and scripting language -- almost like...

feature request

This allows Configurate to read fields in otherwise closed modules. Needs some more robust test cases (with actual modules?) to ensure this actually works -- maybe a testData subproject is...

component/core

Let's test these out. Currently I'm getting a local application failure in `MappedRegistry` because of some initializer merging weirdness, let's see what CI has to offer. This should not be...

status: blocked
type: enhancement
version: 1.20

[SpongeAPI](https://github.com/SpongePowered/SpongeAPI/pull/2453) | **Sponge** Signed-off-by: Chris Sanders

version: 1.20

### Is this request specific to one implementation of Sponge? Yes, only SpongeForge ### Sponge Version api 9+ ### What are you requesting? SpongeForge runs on forge which uses SRG...

type: feature request
status: needs triage

I wanted an excuse to try out KSP for annotation processing in Kotlin, so I used this as an excuse. A new abstraction layer has been introduced to support the...

type: feature

This should support the existing 1.20.3+ structure of components, writing to/from a BinaryTag of adventure-nbt.

type: enhancement
area: text-serialiser/nbt

With the changes to item stack components, a hover event for `show_item` now appears to have these fields: - id: Item - count: int - components: Map we'll need to...

type: enhancement
area: text-serialiser/gson
area: api

Currently, MiniMessage represents all translation arguments as `Component`s. We should find out a way to preserve some type information (does this involve some guessing/treating unquoted strings as potentially 'real' numbers/booleans?)

type: enhancement
area: text-minimessage