-
Getting the socket id for non vue / axios apps kind of sucks if you don't want to put the echo instance on the window object. You can only get it once you've connected to the socket and echo provides …
-
We commented it through discord.
I reproduced a weird behaviour when initializing components for testing where if I recreated a new component for every test, quasar was not correctly initialized fo…
-
**Is your plugin request related to a problem? Please describe.**
We already have a plugin for XHR and as I understand it's suitable for libraries like axios. But many people use fetch as a mod…
-
**Is your feature request related to a problem? Please describe.**
The `request` npm module is deprecated
**Describe the solution you'd like**
Replace with modern alternative
**Describe altern…
-
I setup a basic demo, where I create a POST request and server returns 500 error. With postman I get response, but axios doesn't return response.
https://jsfiddle.net/8r3dh6hw/61/
Response from Po…
-
Problem:
[Software Engineering: Introduction](https://www.edx.org/course/software-engineering-introduction-ubcx-softeng1x) (SEI) and [Software Development Capstone Project](https://www.edx.org/cours…
-
So this is a little self serving, but I think we should consider dropping support for IE9. The data is interesting. I'm seeing a [0.6% browser market share for IE9](https://netmarketshare.com/browse…
-
**TypeScript Version:** 3.9.2 & 4.0.0-dev.20200512
**Search Terms: __setModuleDefault, __importStar, redefine, ts-lib**
**Code**
Check out the full example at https://github.com/mar…
-
The old `request` library has been deprecated and people are encouraged to use more modern request utilities such as `node-fetch` or `axios`
The issue is a result of the dependency `es6-readability…
-
**Tell us about your environment**
Environment Info:
Node version: v10.16.0
npm version: v6.9.0
Local ESLint version: v6.7.1 (Currently used)
Global ESLint version: Not found
**W…