Brendon
Brendon
Sublime eslint formatter always used eslint instead of eslint_d after I upgrade eslint to latest. Below is my config. Any idea? ``` "local_eslint_path": { "windows": "node_modules/eslint_d/bin/eslint_d.js" }, // The location...
Hi, Is there an element.click() ? e.g. CQ dom = CQ.Create(HTML); dom["#myelementbutton"].click(); If yes, how to implement an element click?
Any plan on upgrading minimatch to latest to fix the vulnerable library? Serve relies on serve-handler version 6.1.3. https://github.com/vercel/serve/blob/13.0.2/package.json#L46 ```High minimatch minimatch.js braceExpand() Function Improper Regular Expression DoS Package minimatch...
Is there a way we can use testing-library/react with styled-components themes? "@testing-library/react": "^8.0.5", I have an HOC that wrapped the theme provider like: ``` export const withTheme = (WrappedComponent, appTheme)...
``` new Intl.NumberFormat("en-SG", { style: "currency", currency: "SGD" }); OR locale: en ; ``` e.g. in IE shows $ Chrome/Safari shows SGD
Not able to load MDX file in v6.5.8 **To Reproduce** # file.stories.mdx ``` import { Meta } from '@storybook/addon-docs/blocks'; import Changelog from './CHANGELOG.md'; ``` # main.js ``` module.exports = {...
## Environment ``` ## System: - OS: Windows 10 10.0.19042 - CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz - Memory: 3.04 GB / 15.73 GB ## Binaries:...
Got an error after npm install -g generator-phaser-official ``` npm WARN ENOENT ENOENT: no such file or directory, open '/usr/local/lib/node_modules/generator-phaser-official/package.json' npm WARN ENOENT ENOENT: no such file or directory, open...