-
# 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…
-
currently the timeout function looks as follows:
```
function timeout(promise: Promise, time: number = 8000) {
return new Promise((resolve, reject) => {
const timeout_id = setTimeout(
…
-
**Is your feature request related to a problem? Please describe.**
I have some slow data that needs to be fetched from a database, which pre-populates the form. I don't want the user to wait 4 second…
-
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…
-
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…
-
# User Story
This will have no visible effect on the user, but will allow the FE to communicate with the BE
# Acceptance Criteria
- [x] GET all products
- [ ] GET order by id
- [x] GET produc…
-
### What is the issue with the HTML Standard?
In https://html.spec.whatwg.org/multipage/media.html#user-interface it is said
> Where possible (specifically, for starting, stopping, pausing, and u…
-
I am using openwrt snapshot on Raspberry Pi 5 and getting below error.
```
TypeError: promises[0].packages is undefined
load http://192.168.3.1/luci-static/resources/view/attendedsysupgrade/…
-
I have projects that work with HBJS 0.3.6 (hbjs.js and hb.wasm).
However, updating both hbjs.js + hb.wasm to version 0.4.0+ produces an error:
> `Uncaught (in promise) TypeError: WebAssembly.ins…
-
Something basic like:
```cljs
(rf/reg-fx
:promise
(fn [{:keys [promise on-success on-failure]}]
(-> promise
(.then #(rf/dispatch (conj on-success %)))
(.catch #(rf/d…