Mark Philpot

Results 13 issues of Mark Philpot

I think this just started recently, but when I now pass `null` variables in the `SaveMediaListEntry` mutation I get validation errors ![image](https://user-images.githubusercontent.com/46191/49953235-81326f00-feb2-11e8-9528-047aa88415b6.png) ![image](https://user-images.githubusercontent.com/46191/49953182-63650a00-feb2-11e8-88f0-60047f1b9c81.png) I'm trying to check if something changed...

# Bugs and Questions ### Describe Your Environment - What version of nuka-carousel are you using? 4.7.8 - What version of React are you using? 16.10, 17.x - What browser...

Since `notify` doesn't return the generated `id` and there is no way of setting an id via incoming props, currently neither `closeToast` or `removeToast` can be used. `notify` should return...

Currently only the interface is rendered. Any objects implementing that interface are not.

## Description In scenarios where the use of file system polling is necessary (network file systems, hard links, etc). Relevant chokidar option description here -- https://github.com/paulmillr/chokidar#performance ### Documentation ## Related...

topic: core

On macOS, when the option `usePolling` is set to true, `useFsEvents` is set to false (as a side effect). When the env variable `CHOKIDAR_USEPOLLING=1` is set, it sets `usePolling` to...

mac

On macOS, when setting `usePolling` option, fsevents is disabled if it wasn't explicitly set. This mimics that side effect when using the CHOKIDAR_USEPOLLING env setting Fixes #1251

We needed to jump to v3 to take control over the style injection into shadow roots, but ran into this issue: The `style` override prop is never applied to the...

### Describe the bug Using the `owasp/zap2docker-stable` docker image, I'm trying to use `zap-api-scan.py` to scan a graphql API endpoint. The scan fails to load the graphql plugin with the...

bug

I can use serverDelay as a shift parameter to seek to a region of time. However there are a few issues. - once you change serverDelay, you still have to...