Will Monk
Will Monk
Hey, just updated to atom 0.200 and getting a bunch of deprecated calls. Can't currently see any open issues already, so adding here. atom.workspaceView is no longer available. In most...
#### Shape React will allow you to specify the shape of an object prop, this is an example: ``` var Comp = React.createClass({ propTypes: { name: React.PropTypes.shape({ first: React.PropTypes.string.isRequired, last:...
When using [`getDerivedStateFromProps`](https://reactjs.org/docs/react-component.html#static-getderivedstatefromprops) the lifecycle methods of `react-refetch` are not called. I suppose `react-refetch` should be updated to use the appropriate methods.
As implemented in #686 non-zero `SystemExit` exceptions are now raised to Sentry. We have an issue that as they all have completely different stack traces they all cause a new...
Since version 6 of `rc-menu` the dropdown with a `SubMenu` is broken.  
Just set this up and using in GitHub Actions, and this is the error returned. ``` Error: Command failed with exit code 128: git rev-parse HEAD^1 fatal: ambiguous argument 'HEAD^1':...
### Is this a bug report? Yes After running `react-script` for a while, I get an exception thrown with the stacktrace: ``` /Users/will/Code/collect/node_modules/webpack/lib/Stats.js:221 text += `\n @ ${current.readableIdentifier(requestShortener)}`; ^ RangeError:...
Hey! I managed to get my pusher client working by using `from_url` and specifying something like: ```rust let mut pusher = Pusher::from_url("http://:@api-.pusher.com/apps/").finalize(); ``` Currently we are also using the python...
This is a question about lib enhancements. I've been evaluating runtypes recently for addition to our project, and recently came across a bunch of test which were implementing mock versions...
### Describe your idea/feature/enhancement We have 100s of lambdas. We build outside of SAM using esbuild into single files. When we deploy with SAM it zips up the code, checks...