Arty Gus

Results 4 issues of Arty Gus

It's possible to add or skip certain gem groups with `with:` and `without:` config options (via corresponding `BUNDLE_WITH` and `BUNDLE_WITHOUT` env variables) which might set an incomplete cache. It's because...

This PR adds ability to toggle ability to override spas via query string and disables this behavior by default. Closes https://github.com/single-spa/import-map-overrides/issues/103

This library probably should not be used in production, however it's not uncommon to sacrifice security for convenience. There's a good [guidance](https://github.com/single-spa/import-map-overrides/blob/main/docs/security.md) on practices to avoid security issues if devs...

When parsing some epub files I'm getting > General purpose flag Bit 3 is set so not possible to get proper info from local header. Please use ::Zip::File instead of...