Christian Emmer

Results 117 comments of Christian Emmer

If I understand it right, for "Structure B" you'd want to run Igir with two different sets of options: ``` igir \ ... \ --output "library/{romm}/roms" \ --no-bios ``` and...

I would assume so, too, but I've never tried RomM myself. Please feel free to test and submit a pull request!

I'm so sorry @RetroHoarder, you've gone a long time without a response from me. I apologize for that. I'm curious what your use case is for Docker? I used to...

Wanting to sandbox software makes sense, especially because Igir requires several binaries to function (`7za`, `chdman`, `maxcso`, `dolphin-tool`) and a few NAPI binaries (`zstd`, `zlib`, and probably more in the...

Again, thank you for the proposal @RetroHoarder! I'm going to close this as rejected for now, but others should open a discussion thread if you would find value in something...

This is a great suggestion @mainrs, I honestly didn't know this functionality existed! I will think of the best way to implement this, and maybe provide a way for users...

Very strange indeed. Do you get any additional details if you try installing with some extra logging? ```shell npm install --global --foreground-scripts igir ``` v4.1.1 was definitely broken on Windows,...

It looks like the installation completed successfully, is that true? I'm trying to debug if it's that `postinstall.mjs` and the Node-API builds it may trigger. Can you then run it...

@chrismsnz you're a legend for debugging this so deeply, I probably would have never found this. I'll probably replace `@node-rs` with https://www.npmjs.com/package/hash-wasm after some testing, it seems to have better...

If y'all get a chance to test out this branch, that would be a huge help: https://github.com/emmercm/igir/pull/1814#issuecomment-3190548553