Robin activity https://gitlab.com/robintown 2023-08-02T21:48:44Z tag:gitlab.com,2023-08-02:2754317022 Robin opened merge request !13481: Update Toadua to version 2.2.0 at F-Droid / Data 2023-08-02T21:48:44Z robintown Robin

Required

  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • Releases are tagged

Suggested

  • External repos are added as git submodules instead of srclibs (not applicable)
  • Multiple apks for native code (not applicable)
tag:gitlab.com,2023-08-02:2754314742 Robin pushed new project branch toadua at Robin / F-Droid Data 2023-08-02T21:46:33Z robintown Robin

Robin (89a2b9a9) at 02 Aug 21:46

Update Toadua to version 2.2.0

... and 17585 more commits

tag:gitlab.com,2023-08-01:2749060182 Robin deleted project branch toadua at Robin / F-Droid Data 2023-08-01T00:38:45Z robintown Robin

Robin (1e98690a) at 01 Aug 00:38

tag:gitlab.com,2023-07-31:2748664255 Robin opened merge request !13458: Update Toadua to version 2.1.0 at F-Droid / Data 2023-07-31T18:47:56Z robintown Robin

Required

  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • Releases are tagged

Suggested

  • External repos are added as git submodules instead of srclibs (not applicable)
  • Multiple apks for native code (not applicable)
tag:gitlab.com,2023-07-31:2748641577 Robin pushed new project branch toadua at Robin / F-Droid Data 2023-07-31T18:33:58Z robintown Robin

Robin (a9011855) at 31 Jul 18:33

Update Toadua to version 2.1.0

... and 17522 more commits

tag:gitlab.com,2023-07-15:2716617443 Robin deleted project branch toadua at Robin / F-Droid Data 2023-07-15T07:26:23Z robintown Robin

Robin (c8eb0664) at 15 Jul 07:26

tag:gitlab.com,2023-07-14:2716380856 Robin pushed to project branch toadua at Robin / F-Droid Data 2023-07-14T23:56:36Z robintown Robin

Robin (a30a3684) at 14 Jul 23:56

Update Toadua to v2.0.0

tag:gitlab.com,2023-07-14:2716380629 Robin opened merge request !13374: Update Toadua to v2.0.0 at F-Droid / Data 2023-07-14T23:56:20Z robintown Robin

Required

  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • Releases are tagged

Suggested

  • External repos are added as git submodules instead of srclibs (N/A)
  • Multiple apks for native code (N/A)
tag:gitlab.com,2023-07-14:2716346517 Robin pushed to project branch toadua at Robin / F-Droid Data 2023-07-14T23:10:18Z robintown Robin

Robin (b84d3d0a) at 14 Jul 23:10

Update Toadua to v2.0.0

tag:gitlab.com,2023-07-14:2716335887 Robin pushed new project branch toadua at Robin / F-Droid Data 2023-07-14T22:54:57Z robintown Robin

Robin (acde7d61) at 14 Jul 22:54

Update Toadua to v2.0.0

... and 17078 more commits

tag:gitlab.com,2023-05-27:2617409008 Robin commented on issue #46 at +merlan #flirora / caxton 2023-05-27T19:37:21Z robintown Robin

Thank you! (and I much appreciate the feedback on the font ^^)

tag:gitlab.com,2023-05-26:2616670140 Robin closed issue #32: Pixel fonts could be sharper at +merlan #flirora / caxton 2023-05-26T18:44:24Z robintown Robin

When you put a pixel font rendered by Caxton and the default bitmap font up next to each other, the bitmap is quite a bit more crisp than the Caxton font, as you can see in this screenshot:

I understand that this is because Caxton tries to do antialiasing, and also doesn't support hints. But outside of things like signs, there's really no need to antialias a pixel font, so it would be nice if Caxton font definitions had a way to disable antialiasing, at least in the GUI.

(Thanks for this mod by the way, it's made a really fun project possible!)

tag:gitlab.com,2023-05-26:2616670129 Robin commented on issue #32 at +merlan #flirora / caxton 2023-05-26T18:44:23Z robintown Robin

I see #30 (closed) is closed, so I guess this is possible now. Thanks!

I can't quite get it to work and so I've opened #46 (closed), but I'll go ahead and close this feature request.

tag:gitlab.com,2023-05-26:2616667776 Robin opened issue #46: Raster rendering mode covers glyphs with blocky artifacts at +merlan #flirora / caxton 2023-05-26T18:42:22Z robintown Robin

Environment

  • Caxton version: 0.4.4
  • Minecraft version: 1.19.4
  • Fabric Loader (or Quilt Loader) version: 0.14.19
  • Fabric API (or Quilted Fabric API) version: 0.80.0
  • Operating system: NixOS unstable

Summary

I had a working MSDF font definition, which I tried changing to use the new raster rendering mode, but this appears to cover the font's glyphs in large blocky artifacts.

Steps to reproduce

Install this resource pack, then go to the language menu and look at the entry preceding Quenya.

Expected behavior:

The font should appear largely the same as it does when using the MSDF rendering method: Screenshot_from_2023-05-26_14-33-45 (but hopefully with crisper edges)

Actual behavior: (What happens instead)

Blocky artifacts Screenshot_from_2023-05-26_14-32-04 I tried tweaking options such as blur, shrinkage, invert, margin, range, max_mipmap, but none of them appeared to affect the artifacts.

tag:gitlab.com,2023-02-11:2402113205 Robin commented on issue #32 at +merlan #flirora / caxton 2023-02-11T20:21:31Z robintown Robin

Yep, the need for real font shaping is why I'm using Caxton and not Minecraft's built-in OpenType support

tag:gitlab.com,2023-02-11:2402081224 Robin opened issue #32: Pixel fonts could be sharper at +merlan #flirora / caxton 2023-02-11T19:02:05Z robintown Robin

When you put a pixel font rendered by Caxton and the default bitmap font up next to each other, the bitmap is quite a bit more crisp than the Caxton font, as you can see in this screenshot:

I understand that this is because Caxton tries to do antialiasing, and also doesn't support hints. But outside of things like signs, there's really no need to antialias a pixel font, so it would be nice if Caxton font definitions had a way to disable antialiasing, at least in the GUI.

(Thanks for this mod by the way, it's made a really fun project possible!)

tag:gitlab.com,2022-03-01:1747300630 Robin closed issue #8: Stuck creating users at Robin / mx-puppet-groupme 2022-03-01T16:37:10Z robintown Robin

When I try to run this, either from Docker, or directly using npm run start, it simply hangs with Activating users and doesn't proceed beyond that. I have tried removing the app-service registration from Synapse, regenerating it, and copying it back over to no avail, ensuring that synapse gets restarted.

Logs:

Mar-1 15:39:40.065 [Store] info: Starting DB Init
Mar-1 15:39:40.069 [Store] info: connString present in config, using postgres
Mar-1 15:39:40.070 [Postgres] info: Opening @localhost/mxbridge?sslmode=disable
Mar-1 15:39:40.144 [Store] info: Database schema version is 16, latest version is 16
Mar-1 15:39:40.149 [PuppetBridge] info: Starting application service....
Mar-1 15:39:40.158 [bot-sdk-MatrixHttpClient] info: (REQ-1) POST https://minecraftchest1-matrix.eastus.cloudapp.azure.com/_matrix/client/r0/register
Mar-1 15:39:40.233 [PuppetBridge] info: Application service started!
Mar-1 15:39:40.233 [PuppetBridge] info: Setting bridge user data...
Mar-1 15:39:40.235 [bot-sdk-MatrixHttpClient] info: (REQ-2) GET https://minecraftchest1-matrix.eastus.cloudapp.azure.com/_matrix/client/r0/profile/%40_groupmepuppet_bot%3Aminecraftchest1.pages.dev
Mar-1 15:39:40.261 [bot-sdk-MatrixHttpClient] info: (REQ-3) GET https://minecraftchest1-matrix.eastus.cloudapp.azure.com/_matrix/client/r0/account/whoami
Mar-1 15:39:40.289 [bot-sdk-MatrixHttpClient] info: (REQ-4) PUT https://minecraftchest1-matrix.eastus.cloudapp.azure.com/_matrix/client/r0/profile/%40_groupmepuppet_bot%3Aminecraftchest1.pages.dev/displayname
Mar-1 15:39:40.334 [PuppetBridge] info: Activating users...
tag:gitlab.com,2021-12-17:1625814910 Robin deleted project branch toadua at Robin / F-Droid Data 2021-12-17T19:12:55Z robintown Robin

Robin (586b9def) at 17 Dec 19:12

tag:gitlab.com,2021-12-16:1623401355 Robin commented on merge request !10219 at F-Droid / Data 2021-12-16T16:23:59Z robintown Robin

Note for reviewer: The service this app connects to is also open source under the MIT license (https://github.com/uakci/toadua), so a Non-Free Network Services antifeature shouldn't be necessary.

tag:gitlab.com,2021-12-16:1623391124 Robin commented on merge request !10219 at F-Droid / Data 2021-12-16T16:20:05Z robintown Robin

Okay, changelog has been added