Ben Grynhaus
Ben Grynhaus
> For those too lazy to recompile, here's a fresh build: [QLStephen.qlgenerator.zip](https://github.com/whomwah/qlstephen/files/8051885/QLStephen.qlgenerator.zip) Does this fix the empty quicklook previews for you? I tried replacing the file I had in `~/Library/QuickLook`...
@olivernn I'm not sure if this issue covers my use-case, but I thought of asking here before creating a new issue - does lunr support exact phrase matching at the...
@iddan I'm not sure that it'll be accepted. After all, VS Code is not exclusively used for React. It might make a cool built-in extension to have (disable-able), but just...
I ended up with this, which is not perfect, but seems like a good alternative to casting to `any`: ```typescript // global.d.ts declare module "workerize-loader!*" { type AnyFunction = (...args:...
Exactly, along with the template itself. But that’s the ideal solution, anything that helps making authoring wrapper components would be a good start for this. Once that’s in we can...
I agree that (1) is probably better, especially long-term. It introduces a minor technical challenge of getting the type of props, but if needed - we could extract more from...
Can you elaborate? We don't modify the VDom directly, besides using public APIs exposed by react or react-dom. Same goes for Angular (and regular/real DOM).
Right, the title doesn't describe the issue to its full extent really. The `printWidth` is a specific case. There are probably more use cases that would benefit from this though.
@michaeljota I updated the title and the issue description to reflect this better.
@ssleptsov as a potential workaround, as to not have this built in - you could expose a matcher function (passed in a similar way to the commands I guess? I'm...