-
I'm opening this issue for discussion on the promise error handling.
The `Promise` module does not include support for rejections so far:
```reason
module Promise = {
type t('a) = Js.Promise.…
Lupus updated
6 years ago
-
Hi, great package!
I'd like to have an API that uses promises instead of callbacks. It would be a simple wrapper that uses util.promisify on all exported functions. Would it be okay for you if I cr…
-
It would be cool if we'll have some tool, that can agregate the state of the promises (something like `basis.data.value.ObjectSet` but for promises):
```js
var State = require('basis.data').STATE;
…
-
I'm added name of broker's service at BROKER_URL variable in agent.yml, but I get this message in log of agent's pod:
`Kaptaind Agent is running
(node:7) UnhandledPromiseRejectionWarning: Unhandle…
-
Whenever I try to pan with the mouse, I get errors similar to the following:
```
(node:26121) Warning: A promise was rejected with a non-error: [object:Undefined]
```
Reproduced in termite and a…
-
```
vagrant@vagrant-ubuntu-trusty-64:/vagrant$ ./gunthy-gui-linux-x64
2017-07-12 00:11:27: Writing default configuration to "./gui-config.json"
2017-07-12 00:11:29: Starting GUI server version 0.94…
-
There's this `request-promise-native` package, which wraps around `request` to deliver a Promise interface.
What would be the best approach delivre Promises with `cached-request`? Somehow, I see them…
-
Hi,
maybe I am doing it wrong, but I am trying to:
```
this.avr.connect()
.then(() => {
this.log(`Tryin to get Input`);
return this.avr.getInput()
})
.then((result)…
-
### Describe the bug
If I correctly understand the behaviour of `toThrow` from the [docs](https://vitest.dev/api/expect.html#tothrowerror), it should fail when the value passed to `expect` is not a f…
-
### 手撸一个promise
> promise的应用
**例子: 省市区三级联动**
![image](https://user-images.githubusercontent.com/56956781/220370964-4c6f9325-9ad4-4b8a-8fde-240e86c1ebb3.png)
上述的例子,一定要保证接口的顺序调用(即先要有省才能有市,以此类…