Quoc-Anh Nguyen
Quoc-Anh Nguyen
This is full messages: ``` [deoplete] Exception during clang2.on_event for event 'Init': Expecting value: line 1 column 1 (char 0). Use :messages for error details. [deoplete] Traceback (most recent call...
**Current behavior:** If I pass a number to `styled`, it doesn't work. I need to use `toString()` ```js styled.View` height: ${{ paddingTop }: { paddingTop: number }) => props.paddingTop.toString()}px; `...
Convert the current code to Typescript could help to solve some problems with type definition
**Is your feature request related to a problem? Please describe.** I enable caching feature after my app already runs on production for some time. Because of that, the caching value...
Hi, Thank you for a very interesting library. But I have a question that what is the difference between your one and `React.memo` or `React.useMemo`. Moreover, do you have any...
Use `{}` can create some problem with sympy syntax For example: - `sympy` can't parse `y_{A}`