-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comparisons, Julia/BioJulia installation sections + devcontainer #9
Conversation
…d skeleton case scenarios section
|
Preview build: https://biojulia.dev/BioJuliaDocs/previews/PR9/ There's some way to get this automatically posted to the thread or in the merge checks when it's build, but I can't remember. |
If it's a GitHub action, it should be easy to add. I added a note to the README on how to deploy locally (open up the website in localhost) so anyone can see their changes before submitting a pr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
equivalent of Python3's `if __name__ == __main__` condition would be `if abspath(<name of program file>) == @__FILE__` | ||
|
||
!!! warning | ||
One common footgun with the Julia REPL is that there are currently certain code changes that cannot be performed without |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though "footgun" is a great phrase, it's probably less accessible for non-native speakers or folks new to development.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about "a common gotcha"?
I'll make a quick second pr for some changes. |
Add some quick fixes suggested in #9. Attempted to add them in the original pr, but Git was raising hell on my local machine and this was a great opportunity to try the devcontainer via codespaces
closes #2