-
While it is helpful to unravel futures using async/await, when the non-future item you need is several futures deep, the awaits quickly become hard to read. This comes up a lot in testing/pageloader o…
-
# [译] [PJA] 《JavaScript 应用程序设计》总目录
> * Original: [Table of Contents - Programming JavaScript Applications](http://chimera.labs.oreilly.com/books/1234000000262/index.html)
> * Translated by: [cssma…
-
referencing: [Improved method chain breaking heuristic](https://prettier.io/blog/2020/03/21/2.0.0.html#improved-method-chain-breaking-heuristic-6685httpsgithubcomprettierprettierpull6685-by-mmkalhttps…
-
Cheat.sh is awesome, but it's regret that it doesn't support Latex. Although Latex is a markup language, Latex has many boilerplate codes. Sometimes find and copy these boilerplate codes from the inte…
-
Languages, frameworks and utilities.
-
Using other promise libraries in a language like JS is pretty flexible with the return type. Both then and error handling usually allow for either a value or a promise to be returned and will take the…
-
It was very annoying for me that methods like `add` or `divide` modified the vector. My temporary solution is my [immutable-vector2d](https://github.com/neojski/immutable-vector2d) library. Do you hav…
-
`ww-code` (or originally `ww-code-cell`) is the first widget for WebWriter that was made by a student. We still need to do a lot of work to make it usable in WebWriter.
Package:
- [x] Rename widget/p…
-
## Project health check
As we will soon enter our 8th year, this is a quick health check to call to see who's around to help reboot the development process for this project
It's been a challengi…
-
I stumbled across this several times and maybe it has been discussed as well. How to name qualified imports in the fp-ts ecosystem?
## Situation in PureScript/Haskell
In languages like Haskell o…