Yevgeniy Brikman

Results 368 comments of Yevgeniy Brikman
trafficstars

Apologies for the delay, I totally missed this issue. Can you provide more info? What is your project set up? When are you getting this permission error? What are you...

Seems like a good idea. We'll need to modify the CI build to add the version number after each successful build.

Give them a try! I'd love to hear how syncthing and btsync compare in terms of (a) ease of setup, (b) file watching and syncing performance. If they work as...

I've had much more success and less pain with HomeBrew than MacPorts. I was even looking into replacing the bash script installer with a HomeBrew recipe, as mentioned in #4....

The script should be checking for shared folders. See the [code here](https://github.com/brikis98/docker-osx-dev/blob/master/src/docker-osx-dev#L322). Did you not see that when you ran it?

I wonder if there is some simple script we could write to detect the OS or package manager and handle the common cases? Rough pseudo code: ``` if os ==...

And, if it turns out to be a linux flavor we don't recognize, output a warning to the user that they need to install rsync themselves.

Good question. I'm not sure of the best way to handle this case. You typically want the `--delete` flag to ensure the remote directory is truly in sync, especially after...

Yea, you're right. I'm using `greadlink` to convert paths to absolute paths, but that also resolves symlinks. I'm not sure on the best solution, but am open to ideas.

@michaellopez: Ah, makes sense, thanks.