Fix the bluemap markers #272

Closed
opened 2025-12-30 08:56:13 +01:00 by oysteikt · 1 comment
Owner

Bluemap uses https://github.com/SpongePowered/Configurate to parse hocon, which in turn does not support include statements.

The "most correct" way to fix this would be to pester downstream for include statement support, but the easiest way to get around it is to insert the hocon directly into the generated configuration.

Bluemap uses https://github.com/SpongePowered/Configurate to parse hocon, which in turn does not support include statements. The "most correct" way to fix this would be to pester downstream for include statement support, but the easiest way to get around it is to insert the hocon directly into the generated configuration.
oysteikt added the bug label 2025-12-30 08:56:13 +01:00
oysteikt added this to the Kanban project 2025-12-30 08:56:13 +01:00
oysteikt added the nixos label 2025-12-30 08:56:29 +01:00
oysteikt moved this to Medium priority in Kanban on 2026-01-13 09:29:27 +01:00
oysteikt moved this to Ongoing in Kanban on 2026-01-14 08:58:51 +01:00
oysteikt self-assigned this 2026-01-14 08:59:00 +01:00
Author
Owner

Okay, it works now. Disgusting, but it works

Okay, it works now. Disgusting, but it works
oysteikt moved this to Done / Moved / Other in Kanban on 2026-01-14 09:45:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drift/issues#272