-
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…
-
I noticed, that the API returned a "General Error" when I tried to upload an image that is larger than 20 MB.
After some research I found a matching issue in the cloudinary_android-Repo: https://gith…
-
I did a fresh seedbox install today (new user), getting this on flood logs:
```
Node.js v22.9.0
Flood server 4.8.4 starting on http://0.0.0.0:3000
Starting without builtin authentication
no…
-
There should be no such thing as resolve, only reject
I think it could be quite handy
It might be something like this:
```
const const const myBrokenPromise👎 = new broken Promise((reject) => {…
-
IMO, the part about the FS is not quite right and there are missing parts.
- The title of subsection "Manipulating Files" should be something like "working with file system" because the content is …
-
We already have `no-ignored-observable` which is similar to typescript-eslint's `no-floating-promises`. typescript-eslint has a counterpart rule, [`no-misused-promises`](https://typescript-eslint.io/…
-
### 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…
-
**Describe the bug**
After I updated to version 19.0.0 the `Wait for response` keyword fails when it get a list back in the response. This did not happen in version 18.9.1
**To Reproduce**
Link t…
-
### Issue description
BeforeQuery promises are not awaited before query execution
### Expected Behavior
When using a Subscriber, `beforeQuery` promises should be awaited and executed before the act…
-
### Environment
v20.16.0
### Reproduction
---
### Describe the bug
When start app after build
`The requested module 'node:fs/promises' does not provide an export named 'exists'`
`The request…