Donovan Chandler
Donovan Chandler
Are you sending your request to `graphql/subscriptions/auth`? The response body isn't revealing much except that your request seems to be missing Lighthouse's router and controller. That should be returning JSON...
It looks like you have a typo in your config: `authEndpoint` should have "subscriptions" with an "s". To verify, try copying your existing endpoint and comparing it to your routes:...
Your response to the `route:list` command should show you the controller. That's a good place to start.
I'm seeing this problem in ST3 on OS 10.9.4. I've disabled the pre-existing key binding for ctrl+k and have confirmed that it no longer deletes the remainder of the line....
Thanks, and you’re welcome. The only thing I changed in the last two commits is to update the path to ruby (for Yosemite compatibility). I’ve added a note to the...
Command to prepend text to a column is available in Clipbboard Generation / Prepend To Column Waiting to add this feature to other commands.
Problem appears to be when converting high ascii characters into MacRoman for AppleScript's consumption. Have been unsuccessful using iconv.
Support for high ascii characters in xml snippets is now supported (as of today). But this new support is not yet incorporated into the Load Function to Clipboard command.