-
- [x] Create github repo
- [x] Create React Project via [Vite](https://vitejs.dev/guide/)
- [x] Install all dependencies
- [x] Redux & Redux Thunk
- [x] React Router v5
- [x] Tailwind
…
-
I decided to move away from the Rust term `Future` after hearing a number of people get confused about it. For one thing, the normal use of the term `Future` involves a parallel process, and in Rust t…
-
- [x] Create github repo
- [x] Create React Project via [Vite](https://vitejs.dev/guide/)
- [x] Install all dependencies
- [x] Redux & Redux Thunk
- [x] React Router v5
- [x] Tailwind
…
-
Given that it is essential if you want to use asynchronous operations in actions, I think it would be nice to include [redux-thunk](https://github.com/gaearon/redux-thunk). Maybe it's just me, but I e…
-
### Is your feature request related to a problem? Please describe.
Currently, some error messages will print values in a "limited" fashion, after PRs like #9753. Using the value printer refactor fr…
-
I am getting the following when trying to build a fresh project with SQLiteLib added as a framework (as outline in the instructions):
```
Thread 8 Crashed:
0 XCBCore …
-
Although I know it's very much WIP, do notice that method_thunk shouldn't return 0
https://github.com/vsrs/rsciter/blob/b0fe1f4f67d7f19cdf48473029755ea77e21a8ca/crates/rsciter/examples/global_asset.…
-
On Linux 5950x 5.11.0-051100rc7. (5.11 RC7) I am seeing the following KFDMemory failures with GFX1030
[----------] 25 tests from KFDMemoryTest
[ RUN ] KFDMemoryTest.MMapLarge
[ ]…
-
I'm using Immutable.js a lot, and it'd be useful if I could have thunk arguments compared using `Immutable.is`, rather than `===`.
Something like this would be great:
``` js
thunk('thing', render, I…
-
Thank you for the useful library.
Not really an issue, just an observation that with C++11 and templates the library can be expanded to allow thunks to arbitrary std::function objects.