Atle Sjønøst
Atle Sjønøst
# Bug report - Extension name: firestore-stripe-payments ## Describe the bug Deleting firebase customer object doesn't remove stripeRole from claims. I can see from the source that it immediately cancels...
## Current Behavior @nrwl/js:tsc with bundler=none generates package.json with main referencing index.cjs (instead of index.js as before) The file generated is index.js, so users of the library can't find the...
Warning from Angular-cli: Warning: ... depends on 'fast-equals'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies I don't have this problem with any other libs...
### Operating System Windows 10/11 latest (and probably all others) ### Browser Version Chrome/Edge latest (and probably all others) ### Firebase SDK Version 10.4.0 (probably all down to 9.22) ###...
### Current Behavior @nx/esbuild:esbuild with thirdParty: false and generatePackageJson: true removes to much while filtering pnpm-lock.yaml, so pnpm install fails when using the lock file. [pnpm-lock.nx-19.0.1.txt](https://github.com/nrwl/nx/files/15254936/pnpm-lock.nx-19.0.1.txt) ### Expected Behavior pnpm...
### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was @angular/material...
### Command serve ### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...
This is NOT a request to add non standard text diffing operations to JSONFormatter, but to change the signature of the class so that users can add it themselves by...
exporting parseTextDiff separately from BaseFormatter, so it can be used when extending JSONFormatter without including the whole BaseFormatter
Support extending JSONFormatter with custom text diff operations, and fix a potential bug where MovedDelta is identified as a TextDiffDelta: ``` if (itemDelta[2] === 3) { throw new Error( "JSONPatch...