-
### What is the problem this feature will solve?
To work with promise we need to use the `promisify` util to converte the callback function version.
### What is the feature you are proposing to so…
-
# Feature Request
I want to add Promise functionality to this plugin and have some questions.
From my point, Promises are save to add natively, because:
- For Android the minimum supported Androi…
-
### Current behavior
when i try to do compression then it show unhandled promise reject , start failed, but when i restart app , compression works fine,
### Expected behavior
it should be withou…
-
-
**Describe the bug**
Trying to import my 10 year history of Spotify, it managed 160416 out of 222467 songs.
When I retry I get the following:
`your-spotify-server-1 | POST /import/retry 200 24…
-
This js code throws an exception, which i don't think it should:
```
async function fetch() {
throw Error("bad thing happened");
};
…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
Trying to await a function inside `onResolved` in a I get
> Type '(appointments: MyCustomType) => Promise' is not assi…
-
I'm seeing this:
```
[dnt] Type checking ESM...
src/_dnt.test_polyfills.ts:1:9 - error TS2669: Augmentations for the global scope can only be directly nested in external modules or ambient module…
uriva updated
11 hours ago
-
### What happened?
User comment:
```
This is causing "The Pulumi runtime detected that 951 promises were still active at the time that the process exited." for me, with no easy way to diagnose it.
`…
-
There's a number of zio-kafka tests that are doing sleeps to wait for some condition to occur, which have a high risk of being flaky.
A better solution is to use a `Promise` to signal that some con…