bpcreech

Results 9 issues of bpcreech

## PR Checklist Please check if your PR fulfills the following requirements: - [X] Tests for the changes have been added (for bug fixes / features) - [X] Docs have...

# 🐞 Foreign layers stored in whole-image tar files are lost on load ### Affected Rule `container_image` (root cause might be write-side, in `container_build` but I'm treating this as a...

Lots of changes here. From HISTORY.md: - Update V8 to 12.2 - Drop Python 2 support - Fix small Python 3.12 issue and add testing for Python 3.9-3.12 - Add...

As of this writing, `helpers/v8_build.py` hard-wires v8 8.9. AFAICT [the last 8.9.x v8 build](https://github.com/v8/v8/commit/87aab57b007a5911283e9653bc1827d100d5f6ed) was on 2021-01-14. That's currently a bit over 3 years old. I tried naively updating the...

This adds a simulation of a canonical Stripe test card that supports 3D Secure in off_session mode, if the configured properly with a setup_intent beforehand. This card stops requesting 3DS...

I wanted to add an example of using localstripe-v3.js, as a way of testing https://github.com/adrienverge/localstripe/pull/240 and also because it seems generally useful as documentation. Along the way I discovered confirmCardPayment...

Regarding Symbols: It's not clear whether Symbols are really objects! MDN says they're primitives and then goes on to talk about their object prototypes... V8 seems to allow them to...

The diff-quality plugin feature is super cool! I'm using it to create a linter for an esoteric use case my team has. One thing I noticed when following [the directions](https://github.com/Bachmann1234/diff_cover?tab=readme-ov-file#adding-diff-quality-support-for-a-new-quality-checker)......