David Harkness
David Harkness
Reading through some of the other issues, it seems this may be intended behavior. We have enabled the option to output brackets around array indices. ``` { items: [ {...
The dark colors in `styles.css` look nice, but since I keep my entire display inverted the colors are glaringly bright. I stripped all colors from the CSS file, but that...
This may be related to #24. Whenever I change the dependencies, I get three rerenders where I only expect to see two. Expected: 1. Change dependencies. 2. Render with `isLoading...
**Intended outcome:** I have defined a `read` field policy for a type. When I call a mutation through the client (not the hook) using `client.mutate(...)`, I expect to have that...
The page describing the [`enabled`](http://imakewebthings.com/waypoints/api/enabled-option/) config option shows the code for the waypoints but doesn't actually have any on the page. It says that loading the page will trigger one...
I've got queries and mutations working as hooks, and the mutations are even updating the cache correctly. However, the components using the updated queries get a stale result on the...
Our project have four targets for JSHint as some require different `.jshintrc` options. When you don't specify a target, all are executed which is perfect. However, the other targets are...
This is quite trivial, but I like keeping my output pane organized. Every time I open a file the "PHP Coding Standards" tab is added to the Output pane. It...
I haven't tried this yet, only read the README just now. It seems like omitting `id` makes the functions operate exactly as the Redux versions. If that's the case, could...
Certain applications do not have a day/night mode or theming support, and they are painful to switch to as the screen flashes bright before I can toggle NegativeScreen. It would...