John Giorshev

Results 13 comments of John Giorshev

Bump. I want this mod to not apply to DimensionalDoors dimensions. But I can't do this since DimensionalDoors operates across an arbitrarily large number of dimension ids, and I can't...

Same issue here (same versions). But I'd like to constrain that the crash doesn't happen if you fall into the void (in which case things work normally). The crash does...

@phuein Your solution fixes the problem. Thank you so much!

Related [solution](https://askubuntu.com/questions/1133015/multiline-command-chunks-in-bash-history-into-multiple-lines/1210371#1210371) regarding how to stop a multiline entry from splitting into multiple entries, if you're willing to enforce a HISTTIMEFORMAT. Although this is kicking the can down the road...

I ended up [manually adding the config file](https://github.com/jagprog5/modpack-client/commit/56d7ee7009fb66a0fd3dba7241b9981dc4d493dd). But this issue should remain open until the download link is update.

Yes the url is hard-coded but it checks if it's already downloaded first and uses that before reaching to the down website. The curseforge "overrides" folder populates the same paths...

I have read the CLA Document and I hereby sign the CLA

Abusing the above, the following spins forever on playground. This is possibly from a buffer overflow: ```rust use sha2::{Sha512_256, Digest}; use sha2::{Sha512, Digest}; fn main() { let mut hasher =...