-
Hi,
For some reason even the example in github pages doesn't seem to work for me.
I have tried setting up my own instance with the provided [youtube-to-html5-server](https://github.com/thelevicole…
-
## What is the Problem Being Solved?
JavaScript now has a Promise.withResolvers function that overlaps with `@endo/promise-kit`. We can expect folks to want to pattern their code after Promise.with…
-
**Is your feature request related to a problem? Please describe.**
The way that `done` promise currently works causes uncaught errors for us. Let's take this piece of code as an example:
```Type…
-
- **Package Name**: @azure/communication-calling
- **Package Version**: 1.29.1, 1.28.4, 1.26.2
**Describe the bug**
After starting or joining room call and calling .selectMicrophone error triggers a…
-
Hello,
From version 0.6.0 I am getting errors on function that returns union of promises.
This expression is not callable.
Each member of the union type '{ (onfulfilled?: ((value: number) =>…
-
Thanks for your work on tauri-specta!
I'm a very experienced Rust programmer and a very inexperienced front-end programmer, trying to get a simple app going with Tauri. Apologies in advance if thi…
-
只需要掌握 `Promise.all` 的写法,其余函数,这几个函数仅做练习
测试案例如下:
`Promise.race`
```js
const promise1 = new Promise((resolve, reject) => {
setTimeout(resolve, 500, 'one');
});
const promise2 = new Promise((…
-
**Describe the bug**
An error is thrown in the browser console
**To Reproduce**
Steps to reproduce the behavior:
1. Install ERPNext V15
2. Install Education
3. Install LMS
4. Create course, c…
-
### Expected Behavior
Rightly or not, I didn't expect console logs from the production release of DashJS. Instead, I expected all errors to just be `throw`n, allowing the consumer of the library t…
-
## What is the Problem Being Solved?
One kind of resumability bug is when subscribing without watching a promise in one incarnation and getting upgraded before that promise resolves. These issues a…