Chris Weekly

Results 26 comments of Chris Weekly

I like the idea of rush.json pnpmOptions.autoInstallPeers, but [as of pnpm v7.1.3](https://github.com/pnpm/pnpm/discussions/3995#discussioncomment-2797582), setting "auto-install-peers=true" in the top-level (common/config/rush/) `.npmrc` file seems to do the trick: OS: Win10 Node: v16.18.0 Rush...

Router5 looks amazing. Incorporating it into my current project.

Steps to reproduce: ```sh npx create-next-app foo cd foo yarn dev ``` Point a browser at localhost:3000. Enable Reactime == immediate error. Unhandled Runtime Error TypeError: s.getFiberRoots is not a...

Any maintainers able to comment on this issue? @VNguyenCode, @Nkmai ? I see now that #230 and #233 are reporting the same problem. Thanks in advance!

Confirmed same: as of v1.34.0, git-bash in Win10 works as designed and documented, making workarounds moot.

I moved on from the project where I saw this per my comment 2022-02-04 above, but in case it helps, there may be a solution / mitigation: https://github.com/serverless-nextjs/serverless-next.js/issues/1698#issuecomment-1057936229

Opinion [which may fairly be deleted if it's not appropriate here]: LESS was originally designed to be compiled to CSS in the browser. That's kind of insane from a webperf...

Donal, you misunderstand me completely. It should be automated! But using node+grunt, offline, at build time -- once -- not on the server w each request! On Tuesday, January 28,...

@Donal ah, I think you're right about dev mode vs prod mode. Personally I still don't like it (the fewer diffs between dev mode and prod the better), and the...

Recompiling less to css on each request doesn't ever make the most sense though, even in dev mode. Recompiling less to css automatically when the less changes, and having the...