Skip to content
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

Merged
merged 3 commits into from
Jun 20, 2022

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Jun 10, 2022

@jtoar jtoar added topic/windows release:fix This PR is a fix labels Jun 10, 2022
@jtoar jtoar self-assigned this Jun 10, 2022
@netlify
Copy link

netlify bot commented Jun 10, 2022

Deploy Preview for redwoodjs-docs canceled.

Name Link
🔨 Latest commit 371e7fa
🔍 Latest deploy log https://app.netlify.com/sites/redwoodjs-docs/deploys/62b096477561680009aa0ad2

@dac09
Copy link
Collaborator

dac09 commented Jun 20, 2022

I'm going to get this into canary and test on Windows @jtoar!

@dac09 dac09 enabled auto-merge (squash) June 20, 2022 14:44
@jtoar
Copy link
Contributor Author

jtoar commented Jun 20, 2022

@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)

@dac09 dac09 merged commit 33f8b16 into main Jun 20, 2022
@dac09 dac09 deleted the ds-try-fixing-telemetry-on-windows branch June 20, 2022 18:25
@jtoar jtoar added this to the next-release milestone Jun 20, 2022
@dac09
Copy link
Collaborator

dac09 commented Jun 20, 2022

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.

dac09 added a commit to dac09/redwood that referenced this pull request Jun 20, 2022
…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)
  ...
@jtoar jtoar modified the milestones: next-release, v2.1.0 Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Archived
Development

Successfully merging this pull request may close these issues.

Telemetry opens an onslaught of command prompts when ran on Windows
2 participants