chrischen
chrischen
"Why Hooks are the future" https://blog.apollographql.com/apollo-client-now-with-react-hooks-676d116eeae2 Hooks have been declared as the future of Apollo client, and also reduces the bundle size (if you only use the apollo hooks API...
I just cloned master, and ran it on node 12.2.0. Hot reloading doesn't give any errors  However the component doesn't actually re-render. Reloading the page loads the new changes.
I tried to configure multiple entries in webpack but it breaks the app. Additionally I would like to create multiple css bundles based on entry file.
Would be great if this boilerplate also sets up component testing.
I just updated plugins by running "make" and it seems to break everything. It seems no plugins are installed/detected or something. I get some errors during startup: To reproduce, simply...
It seems if you do yank in vim8 it doesn't go into the yank history. But if you open neovim and yank, it shows up in the history in vim8....
Enter visual mode by pressing "v". Shift+click another line to make a selection. Scroll. Scrolling is now super fast. This problem doesn't appear in just visual mode if you just...
## 🐛 Bug report ### Current Behavior In Master (2.2.8) there's an error when composing with stringD as the dependency. ``` import * as NEA from 'fp-ts/lib/NonEmptyArray' const V =...
I'm using genType to generate typescript code instead of plain javascript. In the generated TS files it references the Relude libs like so: ```import {Bifunctor_t as Relude_Result_Bifunctor_t} from 'relude/src/Relude_Result.gen';``` In...
It should be set to 1 just like for refmt, otherwise have to copy bsrefmt binary into path. ``` function! neoformat#formatters#reason#bsrefmt() abort return { \ 'exe': 'bsrefmt', \ 'stdin': 1,...