Added extra config steps for running IOCs on macOS#129
Closed
hyperrealist wants to merge 2 commits into
Closed
Conversation
Adds instructions to circumvent issue bluesky#128
mrakitin
reviewed
Feb 2, 2023
mrakitin
left a comment
Member
There was a problem hiding this comment.
Thanks for the contribution, @hyperrealist! I'll try to run it locally later, just wanted to add a couple of notes:
- I like the
grep -ooption, very useful to extract the matching substring only. xargsseems very useful for formatting the inputs and arranging output in columns :)- a great solution to add multiple aliases to the loopback interface. I think we can also suggest cleaning up them with
-aliasif people want to clean the configuration after running the tutorial.
Adds extra instructions related to issue bluesky#128
Author
|
I think adding an optional cleanup step is a neat idea. I added a commit to the PR. |
Member
|
Good additions, @hyperrealist! I think it will also be very beneficial to users to have these commands in a shell script so that they can be executed easier. But it's an optional suggestion. |
Author
|
@mrakitin, I think a better approach might be to wrap |
Member
|
Good idea, let's try. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds instructions to circumvent issue #128