-
# nodejs awesome
## outline
- [sindresorhus/awesome-nodejs](#issuecomment-2371244039)
- [zerolab-fe/awesome-nodejs](#issuecomment-2371245848)
- [AST](#issuecomment-2382593846)
## Course
- …
-
```
I noticed the readInput function is non-blocking. So, in a loop the CPU usage
reaches 50% while the program waits for user presses a key.
Does a way exist to wait for a press key action by a sort…
-
With a given code
```js
const mapState = ({ page, direction, ...state }) => ({
page,
direction,
isLoading: isLoading(state)
})
```
memoize state should not react to any state change, as …
-
Hey Javi,
here my thoughts as promised...
I actually wondered, if we can say, that cursor solutions are _replacing_ Flux, since Flux itself seems to be more the design pattern on how the communicati…
-
Looking through the documentation i dont see anything along these lines. I want to have my main chart but then add some additional data in a separate chart window. I believe some apps call it an Indic…
-
# Bug report
## Describe the bug
I'm currently getting `Invalid Refresh Token: Refresh Token Not Found` error in my Next.js middleware
```tsx
const res = NextResponse.next();
const supaba…
-
At the moment, whenever `getData()` is called, the whole data pipeline is used to build the result from a scratch. This is very inefficient in case of big documents. Generating output data takes a vis…
-
* [x] establish a new `deploy` branch, and have the live site published from that (use `master` for staging)
* [x] set up Travis to use different environment variables for `master` branch
* [ ] add …
-
Metadata is currently stored in a single content type, data, and differentiated with a text field, "type". This was a convenient way to get the system up and running but presents some problems:
1. …
-
### Description
On the lower-end Android devices (worth $100-150) Reanimated 2/3 can only handle maximum 30 simultaneous elements per frame. Animating more than that results in serious frame drops. I…