Results 122 comments of Sanjay

@Semkoo Can you try this: https://www.mowglii.com/2022/11/05/ventura.html

@rob-c I'm wondering if you can still replicate this issue. If so, can you tell me if in the cases where `calendar.source.title` is nil, is `calendar.source.sourceIdentifier` a valid, non-nil `NSString`?...

FWIW, I looked into this a bit. After chasing some dead ends (shell scripting, Applescript), I found a StackOverflow answer that described a solution using Apple Events: https://stackoverflow.com/a/62134037/111418 The answer...

You might take a look at MacVim as they have also implemented a URL scheme (mvim://) in addition to their shell scripts. AFAIK, it only opens files and optionally positions...

In addition, if you have a window with multiple tabs and then go into SimpleFullScreen, only the currently active tab will go into SimpleFullScreen mode. If you try to toggle...

Thanks for the reply. I've been using CtrlP to open files like this for a while and this is the first time I've ever experienced this beeping behavior. CtrlP opens...

Indeed, I have made the change to my local copy of CtrlP and the beep doesn't happen. Thank you.

Thank you for investigating further even after the patch you provided me for CtrlP solved my problem.

@caseyandgina I think the `open` command will make MacVim open the files in alphabetical order. See here: https://github.com/macvim-dev/macvim/blob/e10ad1f5085cf2f0ae45b05cc4a92f77025629af/src/MacVim/MMAppController.m#L628-L633

I'll have to investigate. I think I'm seeing something similar and I don't think it used to do this. I don't think I've changed anything, but can't be sure. Can...