Rost Myshkin

Results 5 issues of Rost Myshkin

I am replicating this approach in my personal repository but seem to be getting an error when I try to return data from an axios request. Based on your code,...

Running ``` yarn add https://github.com/benjaminhoffman/gatsby-plugin-mailchimp.git\#gatsby-v1 ``` returns ``` Couldn't find match for "gatsby-v1" in "refs/heads/lint,refs/heads/master,refs/tags/4.1.0,refs/tags/5.0.0,refs/tags/5.1.1,refs/tags/v5.2.0" for "https://github.com/benjaminhoffman/gatsby-plugin-mailchimp.git" ``` Looks like v1 branch is missing?

Rather having everything sit in main.ts, is there a way to export `sockets` into a class of it's own? Having something like this can get rather cumbersome.. ``` new Vue({...

question 🤔

From the [docs](https://dj-rest-auth.readthedocs.io/en/latest/api_endpoints.html): `/dj-rest-auth/token/refresh/ (POST)` ([see also](https://django-rest-framework-simplejwt.readthedocs.io/en/latest/getting_started.html#usage)) > - refresh Returns access > Note USE_JWT = True to use token/refresh/ route. Note Takes a refresh type JSON web token and...

![image](https://user-images.githubusercontent.com/22672124/40879403-224d118a-6654-11e8-95d6-2398043f4bb9.png) stack trace ``` (node:5628) UnhandledPromiseRejectionWarning: SendGridError: Response error [0] at c:\react_tut\server\node_modules\sendgrid\lib\sendgrid.js:104:23 [0] at IncomingMessage. (c:\react_tut\server\node_modules\sendgrid-rest\lib\client.js:112:9) [0] at emitNone (events.js:111:20) [0] at IncomingMessage.emit (events.js:208:7) [0] at endReadableNT (_stream_readable.js:1064:12) [0] at...