Skye Shaw

Results 220 comments of Skye Shaw

I think `origin` was chosen because it's a git default. Maybe this has changed? Currently a default remote can be set via [`git-link-default-remote`](https://github.com/sshaw/git-link?tab=readme-ov-file#git-link-default-remote) or the [`git-link.remote`](https://github.com/sshaw/git-link?tab=readme-ov-file#local) git config value. Does...

Hi, The use case being one mostly doesn't want to open the URL when using git-link, but in certain instances they do? What about for `git-link-comment`? Maybe better to do...

Yes I see. Makes sense to normalize. C-uC-u seems like a nicer approach but, compatibility aside, what is the more common action: flip `git-link-use-commit` on open URL? Not sure. I...

Hi, definitely experienced this problem myself :/ Not sure if there's a single solution since link generation time is not always the same as link share/link access time. Some ideas:...

Hi, the third option sounds good. If you can come through with a PR that'd be: amaaaaaaazing 💪

Hi, > when I'm in magit-refs buffer Not sure what this is. How to open it? > when in magit-log - opens commit. `git-link-commit` will work if on a commit...

>> Not sure what this is. How to open it? > with y key, its a list of branches basically As yes, I know this :) If the branch is...

I have the same problem. Once you run `shopify app dev` for an app with a POS extension and click on the Preview URL you get the an Extension targets...

Seeing a similar issue: ```js { // some properties foo: , } ``` Fails but: ```js { // some properties foo: , } ``` Works

Thanks for the code. Sounds useful. For the GitHub PR compare page, don't you need to pass 2 branches to the URL, e.g., `USER/REPO/compare/master...SOMETHING`? Didn't see that part but maybe...