Colin Wirz
Colin Wirz
@udhayaas97 i switched to use https://www.npmjs.com/package/eventsource instead
@udhayaas97 i switched to use this package instead: https://www.npmjs.com/package/eventsource
Hey @tpeczek i'm using this [lib](https://www.npmjs.com/package/event-source-polyfill) and could not receive any heartbeat events with it. They say in the docs that this is needed to send every 15-30 seconds and...
@phortx not sure how to update the tests when your api does not support InputTypes like: `updatePost(id: ID!, post: PostInput!): Post!` but rather `updatePost(id: ID!, content: String!): Post!` this should...
Thanks for this plugin. I tried it with axios and it works but i get an error message in the renderer console: `Unhandled rejection Error: Request failed with status code...
@ktmouk yeah this kinda worked but i wanted to catch the error in the component from where i dispatch the action: ``` javascript this.$store.dispatchPromise('auth/login', this.credentials) .then(r => { this.skip() })...
Done with #3
@wlievens use my fork: https://github.com/cwirz/sphinx-execute-code
any progress on this issue? Im still getting the error ``` Export-2dfce3d7-f558-4b49-a3d5-eaa90064478c.zip Failed • Can't read the data of 'the loaded zip file'. Is it in a supported JavaScript type...
Seems its fixed on the latest version 0.66.0