-
> [my fork of module repository](https://github.com/IrynaSobetska/bf-welcome-to-js)
## Learning Objectives
### [1. What is Programming](./1-what-is-programming)
- [x] **Data in, Data Out**: Y…
-
As argumented below, a shorthand for `partial` would be very nice to have, and the idea at least seems to have broad support. I believe that zero argument `short-fn` could be used for this purpose.
…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
Hello,
Honest question here. I saw the repo through @gaeron's [tweet](https://twitter.com/dan_abramov/status/679110447988109313), read the README (briefly, I admit), and wondered why not simply using…
-
## Description
Add support for streaming multiple responses, instead of a 1-1 request-response model in rust-libp2p.
## Motivation
* This has been explored in #1947
* we've taken a stab at a…
-
Looking at #91, and remembering several other threads. There is just too much disagreement. Anecdotally, [I went from being beyond excited about the possibility of adding this feature](https://twitter…
-
The typescript type system is helpful in most cases, but it can’t be utilized when handling exceptions.
For example:
```
function fn(num: number): void {
if (num === 0) {
throw "error…
-
-
Hello,
First, excuse me if this is not the correct place for a discussion like this; I learned that tangents about this topic are completely unwelcome on the IRC and this seemed the most meaningful…
-
### Summary
Absorb the result of the evaluated argument.
### Signature
```xquery
fn:void(
$input as item()*
) as empty-sequence()
```
### Motivation
Developers tend to get creativ…