-
https://zhuanlan.zhihu.com/p/394106764
-
This is a proposal for allowing generics as type parameters. It's currently possible to write specific examples of monads, but in order to write the interface that all monads satisfy, I propose writi…
-
This repository uses `tslint` which has been deprecated for 5 years https://palantir.github.io/tslint/
It also uses `dtslint` directly which has been deprecated and moved to a monorepo which has a di…
-
## 🐛 Bug Report
This is sample that illustrates a problem we are having with our real use of Immer, but is simplified for this issue report.
We have a piece of data with 12 simple numeric fields…
-
I haven't noticed recent activity. Wanting protocols so bad that [I wrote my entire library around them](https://github.com/mlanza/atomic), I am seriously interested in seeing this progress. I'd muc…
-
### What happened
```javascript
Seq([1, 2, 3]).zip(Range())
.reverse()
// expected: [[3, 2], [2, 1], [1, 0]]
// actual: [[3, Infinity], [2, Infinity], [1, Infinity]]
```
and run this code…
-
Section https://redux.js.org/style-guide/#do-not-put-non-serializable-values-in-state-or-actions has a statement
“Avoid putting non-serializable values such as Promises, Symbols, Maps/Sets, function…
-
There was finally (7 months ago) an official release of immutable.js version 4.0.0. We should try to upgrade all of cocalc to use only that, rather than a mix of some 3.x version in some packages and…
-
We've discussed it a number of times, most recently in #1269: there is a level of documentation simply missing for Ramda: the tutorial-style description of many of its core capabilities.
I believe it…
-
### What is your Scenario?
After recent upgrade to the latest version TestCafe it started to throw an exception when trying to maximizeWindow.
testcafe 1.20.1
MacBook Pro, Intel Core I5
Mac…