Dougal Graham
Dougal Graham
This modifies the behaviour (for Git only) to accept --branch specifier which will allow users to get linting diffs between branches.Useful for testing after commits and PRs have been made....
### What problem are you facing? When I use the VueRender, for example with Mentions, I am not able to use any of my Vue plugins. This means that I...
Vue3 Support
Hi, I am wondering if there are any plans for vue3 support for this package? Thanks a lot
Add an export to expose the CSS stylesheet to the end user with the `stylesheet` name for all use cases. This reduces code duplication, for cases where the CSS was...
If I type some code and want to add an import for something, I can type CMD + SHIFT + A, and get the action menu including "add import for..."...
When I run the test script on the command line it works like a charm, however when I try to use lighttpd it gives me a 500 internal server error....
NPM has an old version, latest version seems to work correctly but version on NPM is bugged for users with `babel-plugin-root-import`.
Proposes to address https://github.com/GoogleChromeLabs/idlize/issues/17 - Replace the polyfills with simple renames of the window methods to allow stubbing/testing and preserve the interface, reduce base code size - Add instructions pointing...
Is it possible to remove the polyfill from default inclusion? Given the use of `mjs` it seems to assume some sort of bundling is happening anyway, so it seems reasonable...
In theory, given that the modules are not namespaced, I should be able to access them from anywhere, so give: ``` interface UserStore { [SET_USER](user: User): void [details: number]: User;...