-
Updated
Aug 9, 2021 - JavaScript
promise
Here are 2,299 public repositories matching this topic...
-
Updated
Aug 2, 2021 - JavaScript
Summary of Problem
Not able to open port with stopbits as 1.5
I am currently building a desktop client using electron, where the COM port receives data correctly for values: baudRate: 2400, dataBits: 7, stopBits: 1.5, parity: 'none'
I found from the node-serialport documentation, stopBits Must be one of these: 1 or 2. But, should 1.5 be supported as well? especially for old & slow
-
Updated
Aug 3, 2021
-
Updated
Mar 3, 2019
-
Updated
Aug 6, 2021 - JavaScript
From what I can tell, the ApiResponse
objects can never have an undefined config.
Config is defined as optional here:
https://github.com/infinitered/apisauce/blob/master/apisauce.d.ts#L44
But is required here:
https://github.com/infinitered/apisauce/blob/master/lib/apisauce.ts#L200
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Aug 5, 2021 - TypeScript
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Jan 18, 2021 - Java
<template>
<promised :promise="confirmPromise">
<template v-slot:pending="">
Pending...
</template>
<template v-slot="">
Success
</template>
<template v-slot:rejected="">
Failed
</template>
</promised>
</template>
<script>
import { Promised } from 'vue-promised'
export default {
components: {
Promised,
},
新しくセクションを追加してPromise.allSettled
について解説を入れる。
https://azu.github.io/promises-book/#ch2-promise-race の後あたり。
可能ならユースケースを探して考える
- tc39/proposal-promise-allSettled: ECMAScript Proposal, specs, and reference implementation for Promise.allSettled
- [Promise.allSettled() - JavaScript | MDN](https://developer.mozilla.org/ja/docs/Web/JavaScript/Re
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Jun 2, 2021 - JavaScript
-
Updated
Aug 8, 2021 - Swift
-
Updated
May 11, 2020 - C#
-
Updated
Jul 2, 2021 - JavaScript
-
Updated
Jul 23, 2021 - JavaScript
-
Updated
Jul 19, 2021 - JavaScript
-
Updated
Jun 27, 2021 - TypeScript
Improve this page
Add a description, image, and links to the promise topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the promise topic, visit your repo's landing page and select "manage topics."
From time to time i see ppl using
data
instead ofbody
which is wrong.happened just recently in node-fetch/node-fetch#481 (comment)
how do you feel about adding a little warning message that can only appear once. (kinda like node reports that you are using experimental apis)