-
I'm submitting a queue for some compute run, and I need to wait for that to finish (Not a problem in render pipelines, because I assume the flip/present of a surface blocks)
WebGpu has
```
WGPU_E…
-
### Which @angular/* package(s) are the source of the bug?
zone.js, Don't known / other
### Is this a regression?
No
### Description
Here is a simple example of promises.
```javascript
const p3 …
-
### Discussed in https://github.com/orgs/WalletConnect/discussions/5484
Originally posted by **preetish-brine** November 6, 2024
We’re encountering an unhandled promise rejection error that…
-
### Describe the request
Please add new event
```
procedure CalcEarliestAvailabilityDate(var Item: Record Item; NeededQty: Decimal; StartDate: Date; ExcludeQty: Decimal; ExcludeOnDate: Date; var Ava…
-
### Using a supported version?
- [X] I have searched searched open and closed issues for duplicates.
- [X] I am using Signal-Desktop as provided by the Signal team, not a 3rd-party package.
### Over…
-
I am trying to implement a basic server push scenario where the server makes multiple push requests. The client is first expected to process pushed requests and only then await for the main response. …
-
I'm glad to see this project starting to get updated again. I was completely convinced that it was not maintained anymore and published a fork package just 3 days ago, but I wish I could have known th…
-
I am finding this library quite hard to use with all the asynchronous callbacks. I am trying to compile a list of installed software and patches which requires looping through multiple keys and steppi…
-
Hello, could the Lua implementation allow access to the settled fulfilled promise values as you can in Javascript's Promise.allSettled?
I am using roblox-ts in my project and I'd like to access the…
-
```ts
declare function PromiseAll(values: readonly [...T]):
Promise;
```