Katherine

Results 45 comments of Katherine

@s0uthwest I've compiled curl from the specified repository, and recompiled both libfragmentzip and tsschecker against the new libcurl. Still, I encounter the same error. > $ tsschecker -d iPhone3,1 --list-ios...

@Velosofy That worked! Though I'm not sure why. (Note that, while `example.com/map` still does *not* work, `example.com/map/` - note the trailing slash - and `example.com/map/index.html` *do* work.) Here's the relevant...

@Velosofy Not by default, hence the need for `Redirect "/map" "/map/index.html"`. Otherwise I get a 404 @ `example.com/map`.

In the meantime, there's [Better Enchanted Books](https://modrinth.com/mod/better-enchanted-books), which orders enchantments in tooltips entirely client-side. Although, IIRC, it doesn't work on >=1.19.3. But it shouldn't be too difficult to port, were...

@brunoherrera Yes, `Redirect "/map" "/map/index.html"` and `Redirect "/map" "/map/"` are practically identical in this case.

@Velosofy If we consider `/` to be the root directory of a website, then `/map` would be a subdir thereof. `https://example.com/` vs. `https://example.com/map`

I was able to "fix" this on 1.19.2 by just commenting out all verifications against `client.level`, specifically: https://github.com/iPortalTeam/ImmersivePortalsMod/blob/b7e88493c041db2ca56eb123f5ae2154f286bce6/imm_ptl_core/src/main/java/qouteall/imm_ptl/core/ClientWorldLoader.java#L310 https://github.com/iPortalTeam/ImmersivePortalsMod/blob/b7e88493c041db2ca56eb123f5ae2154f286bce6/imm_ptl_core/src/main/java/qouteall/imm_ptl/core/render/PortalRenderer.java#L65 I'm surprised it hasn't blown up in my face yet, considering...

It's important to mention that the "charm" slot *does not exist* in the Trinkets API by default, although the texture for it does. As such, the tooltip for any item...

> Sadly I can't reproduce this. I would not be surprised if it's somehow an Apple Silicon-specific and/or macOS-specific problem. (I use a MacBook Air M2)

Disabling "Animate Only Visible Textures" in Sodium's settings works around the issue.