Aaron Ross

Results 63 comments of Aaron Ross

Sure, agreed. If you'd like to write it feel free to open a PR and just make a note that we shouldn't merge until the linked PR on brew's repo...

No prob, we'll still credit you in the PR.

This should be possible using `ELECTRON_RUN_AS_NODE` (https://github.com/electron/electron/issues/11515), per [@GregorySchier on Twitter](https://twitter.com/GregorySchier/status/1037515524815634432?s=09).

Looks like this change also breaks all existing snapshot tests that relied on a styled component, as well as any that used a `` as it's now wrapped with a...

Awesome, thanks for taking this up. I'll try to look into the icon issue if I get the time. I believe Josh had originally noticed some performance issues when we...

My first shot at getting this running resulted in getting stuck with a loading spinner on the `Export to Codesandbox` button and no sandbox created on their end. Error message...

If the looping issue is due to `codesandbox cli`, then we can potentially fork our own version and just set a fallback if something goes wrong, maybe log the intended...

Here are a few rough writeups I've done explaning some of the more complex flows: - **Why sagas over middlewares** https://gist.github.com/superhawk610/6b3302ccc423d344ba2d3c024f826363 - **Middleware/saga workflow** https://gist.github.com/superhawk610/fa9b5550736d4032c4ff338295b8201b - **Queue flow** https://gist.github.com/superhawk610/b7af4eb253abf363c2c0ce7f9ac01f47

For anybody else who ends up here, until Luis's PR (#15) is merged, you can install directly from Github ```plain $ pip install --upgrade --user git+https://github.com/LuisBlanche/docker-push-ssh@python3 ```