Grady Kuhnline
Grady Kuhnline
I'm trying to integrate [react-router-scroll](https://github.com/taion/react-router-scroll) in a project to fix an issue where [react-router won't scroll to the top after a route change](https://github.com/reactjs/react-router/issues/2019). The [currently proposed solution](https://github.com/reactjs/react-router/issues/2019#issuecomment-222102709) is to use...
https://neutrino.js.org/presets/#why-not-a-boilerplate-or-alternative It should be possible for this boilerplate to provide all of its dev server functionality using neutrino. Could solve numerous bike shedding issues around webpack configs by saying, "we...
If this bundle is installed on Windows for use with the e Text Editor, many of the files in the snippets directory contain characters that are not allowed in a...
Adding the require directly to the html5-boilerplate.rb file to remove the need to add a second require to `compass init` or `compass create`
I've taken some time to update the gem to the latest h5bp that's been out for a while. I upgraded to the releases 2.0.0 even though there's some slightly newer...
The readme mentions at the top that this project uses puppeteer, but it uses carlo. I would imagine that the readme needs reviewed given the recent changes.
It is a common patten in TypeScript (and create react app) projects to specify a `baseUrl` in the `tsconfig.json` to allow for absolute URL imports. ```json // tsconfig.json { "compilerOptions":...
https://swc-project.github.io/docs/usage-plugin **Proposal:** create an `@loadable/swc-plugin` that is similar to `@loadable/babel-plugin` [SWC](https://github.com/swc-project/swc) is increasing in popularity. It is aiming to be a drop-in replacement for babel with some significant [speed improvements](https://swc-project.github.io/blog/2020/02/16/why-is-swc-fast)....
https://github.com/webpack/webpack-dev-middleware/pull/366#issuecomment-462072465 `memfs` does not handle win32 paths starting with `C:\` (unless you are actually on a windows machine). Probably not on your roadmap but it's a blocker for a personal...
Related: https://github.com/webpack/webpack-dev-middleware/pull/366 This PR is an attempt to re-imagine `memory-fs` as a bridge to [`memfs`](memfs). I have simply extended `Volume` and added compatibility methods like `normalize` that the legacy `memory-fs`...