Nato Boram activity https://gitlab.com/NatoBoram 2026-01-27T22:56:01Z tag:gitlab.com,2026-01-27:5039895829 Nato Boram commented on issue #1933 at Cable / Cobblemon 2026-01-27T22:56:01Z NatoBoram Nato Boram [email protected]

It was indeed the same version. I have also copied the actual .jar file from the client to the server to double check, but I still have the same issue. Both are running the version 1.7.2+1.21.1.

tag:gitlab.com,2026-01-27:5035473420 Nato Boram opened issue #1933: Failed to decode packet `clientbound/minecraft:custom_payload` at Cable / Cobblemon 2026-01-27T00:48:09Z NatoBoram Nato Boram [email protected] tag:gitlab.com,2025-12-09:4892624295 Nato Boram opened issue #1: Dark mode at Przemek Dragańczuk / howtoaskfor.help 2025-12-09T04:29:52Z NatoBoram Nato Boram [email protected] tag:gitlab.com,2024-06-04:3407966621 Nato Boram opened issue #41: Support for non-root BASE_URL at Tim Visée / send 2024-06-04T23:13:09Z NatoBoram Nato Boram [email protected]

Someone using a dynamic DNS may not have access to a wildcard domain.

For example, if someone wants to use their hello.duckdns.org domain with more than one service, including Send, they could configure it this way:

services:
  # Caddy and other extra services

  redis:
    container_name: redis
    image: redis:alpine
    restart: always
    volumes:
      - send-redis:/data

  send:
    container_name: send
    depends_on:
      - redis
    environment:
      - BASE_URL=https://hello.duckdns.org/send
      - REDIS_HOST=redis
    image: registry.gitlab.com/timvisee/send:latest
    ports:
      - 1443:1443
    restart: always

volumes:
  send-redis:

At the moment, the workaround is to use one of their 4/5 free entries left with that specific dynamic DNS provider, but it would be even better if all services were able to play nice with each other.

tag:gitlab.com,2024-04-21:3311013571 Nato Boram pushed to project branch database at Nato Boram / Discord Phone 2024-04-21T21:00:34Z NatoBoram Nato Boram [email protected]

Nato Boram (45925755) at 21 Apr 21:00

removed old bot

... and 10 more commits

tag:gitlab.com,2024-04-21:3311013398 Nato Boram pushed to project branch badger at Nato Boram / Discord Phone 2024-04-21T21:00:15Z NatoBoram Nato Boram [email protected]

Nato Boram (8adabf25) at 21 Apr 21:00

testing

... and 1 more commit

tag:gitlab.com,2024-04-21:3311013114 Nato Boram pushed to project branch master at Nato Boram / Discord Phone 2024-04-21T20:59:46Z NatoBoram Nato Boram [email protected]

Nato Boram (9ba902ca) at 21 Apr 20:59

📝 Put fake token in README.md

tag:gitlab.com,2024-04-15:3296695611 Nato Boram commented on merge request !14318 at F-Droid / Data 2024-04-15T17:20:22Z NatoBoram Nato Boram [email protected]

Yeah sorry about that, been a bit busy with work and other projects.

I enabled a setting that should've changed the filenames to be deterministic (even though it makes the build depend on Git but whatever). I'm not sure if it makes the build itself deterministic. I know I said I didn't want it, but I'm really curious about having it set up properly.

But then there's that I have to re-learn the whole thing about the fdroid server every time I want to validate my changes and I still haven't gotten around adding the changelog/pictures properly.

About the fdroid server, is there like a Docker image that I can pull/run on this repo without having to install anything?

tag:gitlab.com,2024-03-24:3248005178 Nato Boram commented on issue #655 at Distant-Horizons-Team / Distant Horizons 2024-03-24T22:26:37Z NatoBoram Nato Boram [email protected]

Apologies, I didn't realize that Iris was the one giving this error message instead of Distant Horizons.

tag:gitlab.com,2024-03-23:3247191068 Nato Boram opened issue #655: Error message "pack doesn't have DH sup" is unreadable at Distant-Horizons-Team / Distant Horizons 2024-03-23T17:15:40Z NatoBoram Nato Boram [email protected]

Check off each item in this list before submitting:

  1. Check the FAQ to see if your issue has already been reported and has a solution: Problems-and-solutions

  2. Make sure you are not using any mods on the incompatible list: Mod support FAQ

  3. Check the existing issues to verify that your bug hasn't already been submitted: Issues

  4. Upload Minecraft's crash report and/or log.
    Minecraft crash reports are located in: .minecraft/crash-reports
    Minecraft logs are located in: .minecraft/logs

  5. Upload your Distant Horizons Config.
    The config is found in: .minecraft/configs/DistantHorizons.toml

  6. Fill out the information below:

  • minecraft version: 1.20.1

  • Distant Horizons version: 2.0.2-a-dev

  • Mod loader: Fabric

  • Installed mods (list the smallest number of mods that you can use to re-create the bug): N/A

  • Describe the bug:

2024-03-23_13.09.22

In the screenshot, there are two error messages:

  • One completely unreadable by Distant Horizons
  • One perfectly readable by Iris

I would like for Distant Horizons to log its error message where Iris logs it so we can actually read it :P

  • Steps to reproduce the bug:
  1. Open the game with an incompatible shaderspack
tag:gitlab.com,2024-01-15:3089945225 Nato Boram pushed to project branch com.natoboram.leanish at Nato Boram / F-Droid 2024-01-15T02:58:19Z NatoBoram Nato Boram [email protected]

Nato Boram (36ec1f37) at 15 Jan 02:58

Apply 1 suggestion(s) to 1 file(s)