-
### What kind of issue is this?
- [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing o…
-
Maybe I don't understand something, but I didn't think it would be necessary for `GraphQLScalarType.parseLiteral` to be called every time a field argument is resolved.
e.g., given this GraphQL query:…
-
Achtung, mosern auf hohem Niveau :)
Die [Erklärung des Memoizing](https://www.hsbi.de/elearning/data/FH-Bielefeld/lm_data/lm_1603207/frontend/parsing/ll-advanced.html#verbesserung-backtracking-packra…
-
### What kind of issue is this?
- [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or u…
-
### Problem Description
Hi, I am trying to build a library that has support for `react-native-windows`.
The problem is that when I build the library trigger an error build, see below
## LOGS
```…
-
What is dom memoizing. I can’t find an explanation on the website or the docs. Thanks !
weepy updated
4 years ago
-
We should do a performance audit on `axe.commons.aria.getRole` and see if we should memoize it. It's used heavily throughout the code and there are potential places where it can be called on the same …
-
I have just figured out a way to use memoizee for RxJS:
```ts
import { Observable } from 'rxjs';
import { publishReplay, refCount } from 'rxjs/operators';
import * as memoizee from 'memoizee';
…
-
### API(s)
```java
`com.google.common.base.Suppliers::memoize`
```
### How do you want it to be improved?
Get memoizing supplier state without causing memoization
### Why do we need it to be impr…
-
Several functions in KaTeX produces the same result when inputs are equal.