Neal Granger

Results 8 issues of Neal Granger

This plugin assumes the `compiler.outputFileSystem` is set to the local system `fs` instance. This plugin should instead target the output file system set on the compiler instance if set. see:...

Given the example: ```ts export interface MyGeneric { a: T["a"]; b: T["b"]; } export interface MyObject extends MyGeneric {} ``` The following output is expected: ```json { "$ref": "#/definitions/MyObject", "$schema":...

enhancement
help wanted
good first issue

The `DataTransferItems` interface is the successor to the `FilesList` interface of `DataTransfer` objects. It's only currently supported by Chrome. https://www.w3.org/TR/html51/editing.html#the-datatransfer-interface https://www.w3.org/TR/html51/editing.html#the-datatransferitemlist-interface While the `files` property is not accessible on `event.dataTransfer`...

## What Check that any dependency that is bundled and shipped as part of the web-ui within the sensu-go binary is correctly licensed for such use. ## How It is...

tag: tools
component:web-ui
reviewed

Create the foundation for a static site to be hosted on github pages. **Scripts:** - Run a hot-reloading dev server: `npm start` - Build the static site: `npm run build`...

`findDOMNode` is slated for deprecation soon, and support in React 16 appears to be partially dropped already. We currently rely on a custom `findDOMNode` function that will safely attempt to...

question
flowtip-react-dom

The simulated DOM used in jest tests isn't capable of providing the required layout information for flowtip to operate properly. (`getBoundingClientRect` and `getComputedStyle` are both stubbed to return constant mock...

enhancement
flowtip-react-dom

Create a site (something like http://react-dnd.github.io/react-dnd/) to document and demo flowtip

enhancement