-
The main idea for this proposal is to increase the usability of the network by introducing new features that decrease the barrier of entry for end-users.
TLDR: allow accounts to have more than one…
-
## Expected Behavior
When using async completion of an activity returning a primitive value and completing with `null`, a `NullPointerException` should be generated in either the Workflow or when c…
-
I need this to block the main thread for reasons.
Could I maybe use fs.readFileSync and somehow turn that into a data URL?
-
https://discuss.ocaml.org/t/lwt-vs-system-threads/5007
-
What do you think about adding async method overloads? There is a lot of operations on streams that could benefit from that.
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Hi @kriskowal,
every entity you define has a single term for the thing and two terms for its input and output sockets. A _deferred_ has a _promise_ and _resolver_, a _stream_ has a _reader_ and _writ…
-
Note to self for now:
See if we can remove macroTasking behavior - in particular see if we are able to do something like the following after fixing autoStart behavior
```ts
// Returns a funct…
jeswr updated
2 years ago
-
### Steps to reproduce
Sorry, I haven't move deep into the framework. :-)
### The issue
when connect to Mycat, I got below info:
`MySqlException: Unknown command
MySqlConnector.Core.ServerSes…
-
### Description
Sometimes I need to run async code synchronously, such as when an Apple framework API calls my closure (no async support) and requires a result from it, but the code required to retri…