Joseph Heck

Results 112 comments of Joseph Heck

thanks @drumnkyle - let me see if i can reword that a bit. the heart of the reason is that optional values (when nil) don’t (or didn’t in my experiment)...

I didn't, although I suspect your idea is functional and that I could have - at the time, it seemed just as easy to use an array, with the idea...

thanks Hugo - i’ll have to look a little more deeply into the epub spec and see what’s supported by the asciidoctor tool chain, which is what i’m using to...

👋 Hi hugo I was just checking on this when reviewing the distributed ePub, and the fonts are correctly changing for me when I'm viewing it (Books.app on Catalina -...

Since Entwine has come out, the folks at PointFreeCo have some equivalent kinds of scheduler pieces, and it looks like it might be even easier to use - so maybe...

👋 I don’t know how far I’ll get, but wanted to let you know i was trying out the FFI interface for use with Swift language bindings. I have the...

I *think* that might be what I'm using - the Yrs (https://github.com/y-crdt/y-crdt) generates a C-focused FFI library from the rust implementation, and that's what I used to build the multi-package...

quick update - I was testing some variations and found the failure - it's happening within the swift compiler itself I think. Running this same setup using a Dockerfile: ```...

Since Apple made DocC available (and I was already familiar with it due to past work experience), I made a stub PR that would start to flesh out the docs...

It's a simple one-liner, so I went ahead and made a PR for it as well: https://github.com/apple/swift-nio/pull/1478