Megaman

Results 8 issues of Megaman

Please add option **allowCloneNode** for disabling node copying by dragging and holding the ctrl key.

Because Angular standalone component allow imports directly in components, the rule 'sort-ngmodule-metadata-arrays' should also take on it. https://angular.io/guide/standalone-components

package: eslint-plugin
triage

```JSON { "rules": { "@angular-eslint/template/attributes-order": [ "error", { "alphabetical": true } ] } } ``` ```HTML ``` **Versions** | package | version | | ---------------------------------- | ------- | | `@angular-eslint/eslint-plugin-template`...

PRs Welcome
package: eslint-plugin-template

### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...

needs triage

Currently, morphdom updates Text nodes by directly replacing the entire `nodeValue`: ```javascript if (morphedNode.nodeValue !== toNode.nodeValue) { morphedNode.nodeValue = toNode.nodeValue; } ``` When working with AI-generated content, text typically grows...

**Describe the bug** When trying to use `P.instanceOf(Text)` with `isMatching`, TypeScript raises a type error. **Minimal reproduction** ```ts import { isMatching, P } from 'ts-pattern'; isMatching(P.instanceOf(Text), document.createTextNode('123')); ``` **Error message**...

### What happened? Calling `.kill()` on a `ProcessPromise` results in a `TypeError` on Alpine Linux in `zx` versions v8.8.4 and later. This worked correctly in v8.8.3. The regression is likely...

bug