Malcolm Hall

Results 133 comments of Malcolm Hall

I've been experimenting with this [AsyncSubject](https://github.com/ChimeHQ/ConcurrencyPlus/blob/main/Sources/ConcurrencyPlus/AsyncSubject.swift) from [ConcurrencyPlus](https://github.com/ChimeHQ/ConcurrencyPlus), which essentially is a convenience wrapper for this annoyance: ``` var continuation: AsyncStream.Continuation! let stream = AsyncStream { continuation = $0 }...

After using it for a while I've learned it's more like the opposite of Combine. Rather than receive publishers from different places and combine them, instead you just write the...

Just make a channel per client, have the server loop the main sequence and send to all client channels.

what command did you use to make those patch files? My `diff` has different output.

Same, usually we use tap

You can use GroundDB with https://github.com/malhal/MHMeteor

Try MonitorControl it looks exactly the same app but it has been updated for M1 in v3 beta

I also had to visit Targets/Files/Build Phases and remove the 2 FilesDocumentProviders from Dependencies and from Embed App Extensions to be able to get it to install.

Thanks for the reminder, I've published a release 1.0.6 now.

They were on the old developer site, cached here: https://web.archive.org/web/20150905203625/https://developer.apple.com/videos/wwdc/2011/