Up

Results 46 issues of Up

If a service file (that is, a jar that loads on the `SERVICES` layer and therefore does not require a `neoforge.mods.toml` file), contains a `fabric.mod.json` file, this results in a...

If the game stalls during mod construction, it becomes impossible to exit the game, except for manually killing the process. The window however does stay responsive and updates the displayed...

When showing a custom progress message via `ProgressMeter#label()`, there is no way to know the rendered size in the window, or how much space is available; If a line is...

`StartupNotificationManager` and the related `ProgressMeter` instances do not support translatable texts for messages, only raw strings

Synapse needs its data folder owned by the correct user to function. Currently, this is achieved by running `chown` when generating the `homeserver.yaml` file only. The issue with this is,...

X-Needs-Info

Currently, the bubble column block checks a hardcoded set of blocks for it's soil, That could be easily made into an interface to decide based on the current block state...

enhancement

Currently it is very hard to map a specific version of loom to the commit that built it, making it hard to track down which version introduced what changes. Especially...

if you use an `.env` file to specify config variables, and those variables happen to contain dollar signs `$`, then rover applies two different mechanisms for interpolating those variables: -...

bug 🐞
triage

With https://github.com/apollographql/rover/pull/2730, `rover dev` now parses `.env` files. However, unlike all other files (router config, supergraph config, subgraph schemas, ...), it does not monitor that file for changes, and does...

bug 🐞
triage

## Description As per the [router docs](https://www.apollographql.com/docs/graphos/connectors/deployment/configuration#accessing-router-configuration-in-connectors), config values can be specified in a shorthand syntax like so: ```yml connectors: sources: subgraph1.endpoint1: # These configurations apply to Connectors with the...

bug 🐞
triage