comp500

Results 280 comments of comp500

Note that the pack creator can mark files as optional (so the non-essential resource packs can be opt-in), see https://packwiz.infra.link/reference/pack-format/mod-toml/#option. In https://github.com/packwiz/packwiz-installer/issues/6 I want to allow any file to be...

Hey @hancin, is this going to be merged? I started working on a 1.14.4 port in my fork (https://github.com/comp500/Fullscreen-Windowed-Minecraft, currently published at https://www.curseforge.com/minecraft/mc-mods/borderless-mining with just this PR merged) a couple...

It's possible that your ISP (mobile internet?) is assigning you a private/local IP address in the US Department of Defense IP range, so stunnel says it's connecting from that IP....

Another change that seems to be required is using the `bundle-text:` protocol to import the rendered markdown as a string: ```js import HTMLStr from 'bundle-text:./Markdown.md'; console.log(HTMLStr) // => Output HTML...

~~See https://parceljs.org/features/bundle-inlining/#inlining-a-bundle-as-text~~ Nevermind, this isn't required. I'm not sure why it wasn't working before...

Closing: unable to replicate crash and rather old (if this happens again in a newer version, please report it!)

Oh huh, I never realised this was a fix in the rendering API, not Indigo. I've increased the rendering API dependency version for other reasons anyway; this should be fixed...

Closing: I don't think this is an Indium issue (will reopen if author responds)

Probably happens just because it uses GLFW before my prelaunch entrypoint runs; I'm not sure if there's a way around this, maybe an entrypoint prior to opening the BLS window...