-
Hiya. I've realised now that part of the mixxx-launchpad [process](https://blog.risingstack.com/using-es6-modern-language-tools-to-program-midi-controller) is transpiling from newer to older JavaScrip…
-
### What happened?
The cancel button is not accessible by forward tabbing (shift + tab works) on a dialog with only a `cancel` and `ok` button and no focusable elements in the body.
### What did…
-
Are continuations portable? Specifically, could a continuation be serialized and sent across the network to be resumed elsewhere?
If that were possible you could potentially do some very interesting…
-
Though asynchronous calls have their merit, I would like to encourage the addition of synchronous methods. I see the async-only API to be a barrier to adoption at work. When you have already complica…
-
**API Platform version(s) affected**:2.0.1
**Description**
Trying to build a React App containing the Admin piece of api-platform results in the following error:
`/Users/xxxxxx/node_modules…
-
**Describe the bug**
I have the following keybinding:
```
"vim.insertModeKeyBindingsNonRecursive": [
{
"before": ["j", "k"],
"after": [""]
},
{
"before": [""…
-
I'd like to use babel plugin for rewriting import paths in my .graphql files. Is it possible to apply graphql-compiler + babel?
I tried to change mimeType of graphql output to `text/jsx`, but babel…
-
`async` `await` 好基友成对出现
![image](https://user-images.githubusercontent.com/1518967/51718717-8eca3f80-2081-11e9-9bdd-177711475c52.png)
![image](https://user-images.githubusercontent.com/151896…
-
1. Create new project with quasar create
2. Install component: quasar ext add qdecimal
Get error:
```
warning in ./node_modules/quasar-app-extension-qdecimal/src/component/QDecimal.js
"expor…
-
Consider this Javascript, executed in chrome in 2775.01ms on my MBP (please close devtools first before you test it). Why? Because under the hood ES7 use promise to implement await/async, which introd…