-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: enable windowsHide
for Windows OSes
#5734
Conversation
✅ Deploy Preview for redwoodjs-docs canceled.
|
I'm going to get this into canary and test on Windows @jtoar! |
@dac09 great! Meant to give you a heads up about the assignment but I think you said you could test it out right? Just forgot to assign last week. Also there's a user who tried modifying node_modules with the change to no avail, but still holding out hope that the fix is something simple like this: #5728 (comment) |
Unfortunately the fix doesn't quite work @jtoar. But I think you're on the right track... I didn't want to put it in the original issue, but the way I know its telemetry is because disabling telemetry with the env var means the problem goes away. |
…ctmode-gen * 'main' of github.com:redwoodjs/redwood: (24 commits) fix: enable `windowsHide` for Windows OSes (redwoodjs#5734) Simplify check (redwoodjs#5746) Version docs to 2.0 Update all contributors v2.0.0 fix(deps): update graphqlcodegenerator monorepo (redwoodjs#5772) fix(deps): update storybook monorepo to v6.5.9 (redwoodjs#5770) fix(deps): update dependency core-js to v3.23.1 (redwoodjs#5771) fix(deps): update dependency @apollo/client to v3.6.8 (redwoodjs#5769) Correct a few spelling mistakes (redwoodjs#5747) docs: yet another set of single byte typo squashing (redwoodjs#5749) docs: GraphQL Yoga's playground, not Apollo Server's (redwoodjs#5741) docs(graphql): replaced outdated mentions to Apollo Server (redwoodjs#5768) Update routing-params.md (redwoodjs#5706) fixing typo (redwoodjs#5699) fix: RedwoodLogger -- Mask errors, but include stack trace in formatter (redwoodjs#5704) Lint fix some template files (redwoodjs#5766) fix: RedwoodLogger -- Mask errors, but include stack trace in formatter (redwoodjs#5704) Lint fix some template files (redwoodjs#5766) docs: adding precisions and fixes to contributing (redwoodjs#5760) ...
Maybe closes #5728. See https://nodejs.org/dist/latest-v16.x/docs/api/child_process.html#child_processspawncommand-args-options.