comp500

Results 280 comments of comp500

Another thing to mention: the Github API does provide a set of `x-ratelimit` headers that tell you exactly how many requests you have left, so you can warn when a...

I'm sorry for taking so long to get back to you - this looks great! I do have a few questions, but to be honest I really want to get...

See also: https://github.com/packwiz/packwiz/issues/29

packwiz now uses FlexVer, which should allow for more flexible version formats. The problem now is that Create has changed version number format, without updating the version numbers of older...

Also see https://github.com/packwiz/packwiz/issues/18

Should be fixed in #327, will look at the other PRs too!

See https://github.com/packwiz/packwiz-installer/issues/81 - I presume these are being downloaded from Github, so they're blocked?

Hmmm... I like the idea, but it might be tricky to implement - definitely something I'll consider for future versions of the pack format.

This wouldn't be that hard to implement - packwiz already supports retrieving plugins from Modrinth and placing them in the right folder, it just needs bukkit/spigot/paper/etc to be added to...

Yeah, hmm... how should packwiz resolve the version number when there are multiple? The URL handling code matches the Modrinth frontend - i.e. the oldest version gets the version number,...