Chris Bolin

Results 8 issues of Chris Bolin

The big change is that `onMouseMove` does not use the victory event system; instead it simply uses a function that manipulates local state of the container. Big question: **Could we...

1. Mutation schema on the GraphQL server - [ ] outputFields - [ ] mutateAndGetPayload 2. Relay Mutation class on the Relay client - [ ] all of it 3....

```jsx // these are the only 4 exports (no more Detector) import { Online, Offline, useOnline, useOnlineEffect } from "react-detect-offline"; function Demo () { // demo the 4 interfaces provided...

v3

## Faster host We use `ipv4.icanhazip.com` currently because that's the standard for other JS polling libraries. But we can probably get much faster. Here are some quick tests: ``` ---...

enhancement
v3

This has bugged me for a while, but I just investigated it and found the reason. The h2 has huge line heights, the same as the h1 above it! The...

If you'd like Offline Only to be available in your language (but don't see it in the language dropdown), help me! Just translate the text below into your language and...

I hit some issues trying this locally, so I figured I add some clarification to the docs. The error thrown when `version` was not included: ``` UnhandledPromiseRejectionWarning: Error: Cannot find...

https://github.com/pastelsky/package-build-stats/blob/v6.2.2/src/getDependencySizeTree.js#L139-L140 We use `Terser.minify` with `mangle: false`, which is different than almost _all_ production builds. Effectively, we are penalizing packages who have readable variable names in `node_modules` :) (npm already...