Derek Reynolds
Derek Reynolds
https://github.com/derekr/decorator-legacy-plugins-bug Plugin order seems to affect other plugins, but not sure what the root cause is. Admittedly not too familiar w/ how babel plugins are run/work, but wondering if I'm...
`lib/request` builds the uri based on a falsey port (it won't append a port number if there isn't one), but this case makes it difficult to test cross domain requests...
## Description Using latest Next.js version which enables Fast Refresh by default compilation seems to break with the error: ``` ReferenceError: $RefreshReg$ is not defined ``` Not urgent since you...
This was logging a warning when paired with `redux-immutable-state-invariant`. This also builds the file on `postinstall` so npm link (and installing from a fork) works. Also adds node_modules and bin...
Now that modules have been added to codesense, it is time to get their various functions/properties up in there too.
When providing a project name with a hyphen, it gets escaped in all instances. ``` generate -t npm -n my-mod ``` turns in to package.json ``` ... "name": "my\-mod", ......
Would make it super fast if I could just hit enter for some of the prompts. `GENERATOR_AUTHOR=drk` => `__author__` And something like? ``` > generate -t npm -n test author...
Hey! Digging the project so far! The API and code organization are great. Was wondering if exporting `MapContext` or a `useMapContext` hook would be inline with the API you want...