Zachary Waldowski
Zachary Waldowski
I will speak to really liking the `constrain` scopes, and regardless of it "_actually_" being a problem in practice or not, having `foo == bar` in a bare scope reads...
After looking briefly into this, there are really two features here: - Allowing `` to specify schemas (of any type, not just RelaxNG) by adding a new `CMPrologContentModelProvider` to `PrologPlugin`....
> ... which really all JavaScript packages should include. But not do anything with them, like execute tests against them? That seems like a strange recommendation. > Why is it...
I really appreciate the discussion! I wasn't expecting it to be controversial discussion, I was just looking at a lot of other utilities that have optional TypeScript integration and saw...
> won't have any impact on anything… Except if you have metered Internet, throttled Internet, high-latency Internet, CI with throttled Internet… the list goes on. And, again, a trade-off can...
That would be counter to the recommendation made by Swift Package Manager: > `Leave this parameter unspecified to let to let the Swift Package Manager choose between static or dynamic...
This code is unmaintained.
Oh, jeez, it looks like all my GitHub issues were filed under a spam filter. Whoops. Uh, I suppose we need to have some different logic in saveDataInBackground for different...
Contexts themselves are super quick to spin up, but with `NSPrivateQueueConcurrencyType` spins up a whole private queue, which not only take time to initialize but use kernel-level GCD features which,...
From disassembly, I can support the special tweet formatting comes from it detecting specifically Twitter or Sina Weibo URLs. (`+[LPPresentationSpecializations isMicroblogPost:]`) With that being acknowledged, what should it be doing...