Ben Grynhaus
Ben Grynhaus
First of all - thanks for creating this workflow. Works great! In addition to the option to open a new window with a given profile, it would be nice if...
Allow commands to be fuzzy-matched when searching (with something like https://github.com/farzher/fuzzysort, but not necessarily it). Potentially also allow typos. e.g. for command named `Open` allow searching using `Opne` (within a...
It would be nice if we could customize the commands' HTML, or at least be able to natively highlight the matched characters in the text (using **bold** probably) while searching....
**_Bug report_** * [x] I've checked documentation and searched for existing issues * [x] I've made sure my project is based on the latest MST version * [x] Fork [this](https://codesandbox.io/s/y64pzxj01)...
### The issue Currently creating `@angular-react` components is done manually, specially in `@angular-react/fabric` (but the same holds true for any library implementation). This is fine for a few components, and...
_From @benfeely on July 12, 2018 18:20_ The initial effort to create wrappers for Fabric components is targeted at closely following the React Fabric API. This means implementing a largely...
When rendering a react-wrapper component (e.g. ``) as a render prop in another react component, the inner component is not re-rendered on changes. More comprehensive example: ```html // app.component.html ```...
Currently it's only possible to override Prettier options based on a glob pattern, for example: ```json // .prettierrc "overrides": [ { "files": ["*.{component,widget}.html"], "options": { "parser": "angular", "printWidth": 80 }...
## Bug report When `text-wrap: balance` is used inside a `Tooltip`, there's lots of extra white-space on the right. ### Current Behavior Lots of extra whitespace to the right of...
**What version of VS Code are you using?** For example: v1.84.0-insider **What version of Tailwind CSS IntelliSense are you using?** For example: v0.10.1 **What version of Tailwind CSS are you...