Results 29 issues of trent

For example, this would be useful for a `FontStyle` type where the possible values are the space separated string of the terms `bold`, `italic`, `underline`, and `strikethrough`. Here a [possibility](https://stackoverflow.com/questions/59471947),...

Issue Type: Bug As I've been trying fix some issues with the SCSS/SASS grammars I've notices that including patterns from the CSS grammar does not work from the `captures` property....

bug
help wanted

Implement [event delegation](https://developer.mozilla.org/en-US/docs/Web/API/Event/target). **Option 1** ``` js hoverintent(ele [, selector ], handlerIn, handlerOut); ``` **Option 2** ``` js hoverintent(ele, handlerIn, handlerOut).options({ on: 'selector' }); ```

As a preference, I believe it is best practice to hace concise descriptions. However, there are often times when more details on a function or mixin benefit documenting complex behaviour....

Are there any plans to support the updates specs? For example, my limited testing shows that `@abstract` throws the following error. ``` Uncaught TypeError: Super expression must either be null...

Changing to `Node16` results in the same error as if plugin was never executed.

Basically native `Parameter` and `ReturnType` [do not handle overloaded interfaces](https://github.com/microsoft/TypeScript/issues/14107). Here is a workaround: https://github.com/microsoft/TypeScript/issues/14107#issuecomment-1146738780

help wanted
type addition

### Documentation issue - [ ] Reporting a typo - [ ] Reporting a documentation bug - [x] Documentation improvement - [x] Documentation feedback ### Is there a specific documentation...

type: docs

### Clear and concise description of the problem `useBase64` encodes values, but doesn't provide a way to decode them. ### Suggested solution ### Solution 1 Add an option that determine...

enhancement

### Vue version 3.4 ### Link to minimal reproduction https://play.vuejs.org/#eNp9Ustu2zAQ/JUtL0qA1ELTnlzFQFsEaHtog7ZAL7wI8kpmQi0JcuUYUPTvWdKxYuR1sbUzs0/OqL54v9gOqJaqik0wniEiD36lyfTeBYYRArYwQRtcD4VIi5n65nr/gC/KFKRKxWdNmhpHkaGPHVyk/JPiO1rr4L8Ldv2uONVUlft20kgCxt7bmlEigGrzYTWOOXmaqlKijOZuJl5otTnX6liRmKca/5rEkB8Ytu97t0YrQlFoBaWQVXk0hjpTHGWL1nSL6+hIDjSmfK0aKWUsht+ejWyp1RIyk7halrz9mTEOA54d8GaDzc0L+HXcJUyrq4ARwxa1mjmuQ4e8py///sKdfM+kTD9YUb9B/sHo7JBm3Mu+DrSWsY90edof+S0Ndf/i5Y6R4mGpNGhSTlmvlbxtuuJrqz+O+3HxKedpmuSKB18cOczW1MnlWQrMbtOEu2wqQ4yhrRuEq+B83DcwcQnF5ryAOyh8cpgU17TG1hBmWZV/Vyen2X1vmSs9nyMkhqWJGRIwWscryUp/skzSlbPwmTWmez3YErQ= ### Steps to reproduce Just use the v-bind shorthand to bind the `is` property: ``. ### What is expected? Should...

scope: sfc
:hammer: p3-minor-bug