darth-cheney

Results 7 comments of darth-cheney

I am experiencing the same WS error (`1006`, Connection Refused) when attempting to load the tools via a Django-hosted application: ```js WebSocket connection to 'ws://localhost:8181/socketcluster/' failed: Error in connection establishment:...

I am using `atom-redux-devtools` and have attempted to match the hostname/port settings as in the store, but no dice. My understanding was that `atom-redux-devtools` took care of the server part...

Ok I'll try to keep this as the last post, since it's veered off topic. Initially, I tried the default (`remotedev.io`) and my store looked like this: ```js import {composeWithDevTools}...

Yup, I'm an idiot. Needed to set `NODE_ENV` on the build for the JS bundle! Thanks @zalmoxisus, this is working now. Much appreciated.

So when I use nano and I go to magit status and commit changes, I get a single window with the diff: ![Screen Shot 2022-08-16 at 3 45 38 PM](https://user-images.githubusercontent.com/1640299/184971056-366665e1-5bc3-43b9-9e9a-4970f84862e4.png)...

@ApproximateIdentity I don't have access to either the `simpleauth` or `simplestorage` repos (or at least I'm not seeing them on Github)

@dkrasner Some clarifications and answers to your questions inline. First, I'm thinking the `` should be a vanilla webcomponent that handles all the basic functionality we care about, independently of...