Skip to content

add: documentation to help Windows developers to use openssl #168

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

Merged
merged 4 commits into from
Jul 14, 2022

Conversation

smrghsh
Copy link
Contributor

@smrghsh smrghsh commented Jul 6, 2022

Windows users should git bash to prevent this openssl error

@stalgiag
Copy link
Owner

stalgiag commented Jul 6, 2022

Isn't this issue not unique to openssl but true of any node module that isn't on PATH?

@smrghsh
Copy link
Contributor Author

smrghsh commented Jul 6, 2022 via email

@@ -18,6 +18,7 @@ function calculate() {
}

function draw() {
setViewerPosition(0, 0, 20);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be better to move the object rather than viewer to keep these examples conceptually simple

@@ -26,6 +26,7 @@ function calculate() {
}

function draw() {
setViewerPosition(0, 0, 20);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably better to separate these changes from the openssl documentation changes. This commit can be reverted and then a new branch can be made with a new PR.

@smrghsh
Copy link
Contributor Author

smrghsh commented Jul 14, 2022

reverted that commit, will move the objects in another PR

@smrghsh smrghsh requested a review from stalgiag July 14, 2022 00:41
@stalgiag stalgiag merged commit 6e67c5f into stalgiag:main Jul 14, 2022
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 this pull request may close these issues.

2 participants