Ammar Bandukwala
Ammar Bandukwala
I think the additional methods makes the API less enjoyable. Considering this package is fairly small and most Go users are vendoring I think the API breakage is preferable. The...
That seems reasonable. I think it should try to reconnect and only exit if the port is unavailable, that should exclude natural connection issues.
I think we should build a UI in the Licenses page with this information too.
Thanks for sharing. Unfortunately it seems like you still need `sl status` to get the dirty state (which is very important to me), so the `.sl/` tricks only shaves ~100ms...
As a hack, I created [this script](https://github.com/ammario/dotfiles/blob/master/bin/sl-pr) to print the PR url, so that I can use `gh pr edit` like this: ``` gh pr edit $(sl-pr) --add-reviewer ```
Beyond PRs, it would be super nice to see the amend context in `sl journal`.
How else would this work?
That seems reasonable.. we don't need the advanced features of rsync that necessitate a remote binary. Curious about how slow it woukd be to read all those remote modtimes/file sizes...
Avg folder is 300MB and VS Code does a full scan of it on startup
Didn't interface directly with Mutagen's API, but the architecture requires that the user has all the mutagen agents locally (it uploads the mutagen agent as the first step in the...