-
# Use Case
I'm working on improving my build times and previews speed and reliability by turning all of my major features into Packages. The strategy is to hide every dependency behind a protocol, an…
-
~~1. `CONSTRUCT_DEFAULT` automatically defines a `CONSTRUCT()` which takes each field as a parameter.~~
~~2. `CONSTRUCT_MANUAL` gives you much more flexibility with the type signature by requiring yo…
heyx3 updated
8 months ago
-
### What problem does this feature solve?
Avoids requiring a different JS globber and file watcher in addition to the Rust one.
### What does the proposed API look like?
https://www.npmjs.com/pack…
-
While it is possible to create types like `Promise`, `await` and `Promise#then` do not unwrap to `T` correctly the same way they do in JavaScript implementations.
[[try flow](https://flow.org/try/#…
-
There should be a way to use `boost::future` and `boost::promise` for `zk::future` and `zk::promise`. Something along the lines of `cmake -DZKPP_BUILD_SETTING_FUTURE=BOOST_THREAD ..`. While we're here…
-
**Sometimes** mixer commands should resolve only when the transition is finished.
Possible implementations that come to my head right now:
- Implement as mode (#51)
- Optional Setting on the ma…
-
I am confident that I am on version 1.7.6.
```
undefined is not an object (evaluating 'waypoints.map')
* http://192.168.0.27:19001/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&…
-
I am currently upgrading my project to Swift 6 and have solved a lot of the concurrency warnings with the `experimental_sendable_value_types = true` for values-types.
I have a couple of struct implem…
-
Hi everyone,
I'd like this library to be the best toolbox for promises, and for that I need you!
Something like Bluebird wonderful extensions but compatible with any promise implementations complying…
-
I think we should give more advice to specifications how to deal with promises and realms.
I think typically promises are created in the relevant realm of this.
However, this might lead to incon…