Joshua Peek
Joshua Peek
It seems nice, but I kind of like restricting the template context to an object. Not a strong opinion though.
Nice work! @dgraham what do you think about making this kind of change when we merge in the rewrite?
@showell Right, these simple cases with or without the wrapper have always been too hard to detect. I'm not really worried about it. But if you have any improvements, please...
Heh, I suggested that too, but @jashkenas shot me down.
Here's one of my labeling scripts. ``` js function processQueue() { var githubReasonLabels = { "assign": GmailApp.getUserLabelByName("GitHub/Assign"), "author": GmailApp.getUserLabelByName("GitHub/Author"), "comment": GmailApp.getUserLabelByName("GitHub/Comment"), "mention": GmailApp.getUserLabelByName("GitHub/Mention"), "team_mention": GmailApp.getUserLabelByName("GitHub/Team Mention"), "manual": GmailApp.getUserLabelByName("GitHub/Manual") }; function...
References https://github.com/github/graphql-client/issues/75
Seeing the same hang as well. Installing appears to hang waiting for [`CKPurchaseController.performPurchase`](https://github.com/mas-cli/mas/blob/1892286a16d4367d2158d69734d2720219a8fa7b/Sources/PrivateFrameworks/CommerceKit/CKPurchaseController.h#L44) to call it's `completionHandler` when called from [`SSPurchase.perform`](https://github.com/mas-cli/mas/blob/1892286a16d4367d2158d69734d2720219a8fa7b/Sources/MasKit/AppStore/SSPurchase.swift#L62). Maybe something internally is silently failing or this private...
I think this is really a bug with looking up packages by name in the current environment. I think you mentioned you had a `rip-find-package` somwhere? I'd be great if...
I still have a few things on my plate. I'll try to wrap up. Yeah, we def have alot of man pages to write.
yes! users are smart enough to resolve this stuff on their own. i've wanting a way to "just make this combination work damn it!".