comp500

Results 280 comments of comp500

I've replicated this, with NVIDIA driver 451.67, GTX 1650 hybrid (mobile) graphics, Canvas 1.0.989, REI 5.6.2. See the following hs_err_pid files: [hs_err_pid28228.log](https://github.com/grondag/canvas/files/5432404/hs_err_pid28228.log) [hs_err_pid28272.log](https://github.com/grondag/canvas/files/5432405/hs_err_pid28272.log) [hs_err_pid1428.log](https://github.com/grondag/canvas/files/5432413/hs_err_pid1428.log) (sometimes it doesn't give these -...

Hmm... would this make dependencies installed as part of the command also server-side? Would packwiz have to change a dependency's side if a client-side mod is installed that also depends...

WorldRenderEvents is now merged into Fabric API! https://github.com/FabricMC/fabric/pull/1182

Note that this zip is now excluded by the default `.packwizignore`; but I still want to prevent recursive inclusion if you disable that rule for some reason.

For now I think it would be better for someone else to develop a third-party wrapper of some sort - I do want to make adding a GUI easier (with...

Yeah sure, it'll be useful to other people too.

I've been considering making the metadata lookup automatically handled for you for quite a while; it's just a complex change with a lot of edge cases. For now, I might...

Hmm... I didn't read this issue correctly when I first saw it and thought I was something else I had planned. This is simpler than I thought; I wonder if...

Would this be a command to download a single file, or an entire pack? and if you mean the latter would you want it to make a .zip file with...

I'm going to move this to the packwiz CLI repo, since I do want to make this primarily a packwiz command (like the CurseForge/Modrinth export commands) and wouldn't be in...