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/document Windows compatibility issues #126

Open
dustin-jw opened this issue Oct 30, 2023 · 0 comments · May be fixed by #129
Open

Fix/document Windows compatibility issues #126

dustin-jw opened this issue Oct 30, 2023 · 0 comments · May be fixed by #129
Assignees

Comments

@dustin-jw
Copy link
Contributor

Folks developing on Windows have run into some issues that we should try to fix or at least document. Known issues:

  • npm scripts with `INLINE_ENV_VAR=something run command" will fail unless the user has bash configured to run npm scripts
  • Slow file IO makes composer installs/updates incredibly slow (recommend not mapping the root directory in run.sh)
  • Volume mappings in docker run command need to be escaped to avoid absolute path errors
  • Git'sautocrlf setting causes line endings that make the lint:php script fail (should disable the "Generic.Files.LineEndings.InvalidEOLChar" rule)
  • Lack of PHP support on Windows renders the phpcs and twigcs VS Code extensions useless (can possibly work around with the Dev Containers extension)
@dustin-jw dustin-jw self-assigned this Oct 30, 2023
@dustin-jw dustin-jw linked a pull request Oct 31, 2023 that will close this issue
31 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant