Peter Kos
Peter Kos
Maybe a dedicated website that's more blog-style documentation that discusses solutions and their permutations? For a few of these I've found different ways to solve them, and it'd be cool...
I'd be open to creating a video series but I think that a website would be easier to digest and _especially_ easier to update over time.
As far as I'm aware, Sidecar is just an external display mode for the Mac->iPad. Aside from maybe Touch Bar extensions, I don't think any changes need to be made...
Yes for numbering, but then to use that as a shortcut for a `cd` afterwards; something like "Jump to result 5" and it auto-copies the path in, if that makes...
Something like this? ``` wwdc://viewVideo?year=[year]&track=[track]&focus=[focus]&sessionName=[name] ``` ... with optional filters (to an extent). For instance, if the session name is supplied, there's no need to look for the year, track,...
Just to throw an alternative to SuperCollider in here, [AudioKit](https://github.com/AudioKit/AudioKit) has some very flexible APIs. Might be easier to create an initial version, although it does remove parity from the...
Yeah, I think it's fork specific, as in the definition ```swift Int(floor(stackView.frame.size.width / (stackView.frame.size.height + stackView.spacing))) - 1 ``` the ratio is evaluated to 0, which is then turned to...
I'm busy through the weekend, so I wont' be able to investigate further until then. But here's my temporary fix: ```swift + var views = viewsInStackView + // Overwrite if...
@mdmathias I'm not sure why this issue was closed; I'm encouraged that a SwiftUI sample is available but the method still does not fundamentally support SwiftUI, which is the focus...
Since gists use `` & ``, its styles are overridden by the jekyll theme's styling in the `css/main.css` file. Here are the lines that mess it up (229-251): ``` css...