Ryan McGrath
Ryan McGrath
Feel free to open a PR or link a sample repo, I'm happy to take a look. :)
I'll have to look more over the weekend, but at a glance, you're calling `new` to create your `NSTextView` - as far as I know that's not going to allocate...
Closing this for now, but feel free to reopen if you end up with more questions~
Cool! The fmt oddities are probably due to not running with nightly - could you re-run with that?
So the one thing on this particular PR is that the `monospacedSystemFontOfSize:weight:` API is macOS `10.15+`. For things like this I've generally done a check to see the OS version...
Ah! Damn, I totally wrote that for the wrong PR. My mistake, thanks for catching.
This is so cool! Really excited to see the iOS side coming together - hella appreciated as always. Will look at merging this soon, sat down to look at the...
Yeah, I'd seen mention of it before. :) The real question for me actually becomes whether cacao is worth it - not because your work erases it or anything, but...
>What have you used it for yourself? Heh, cacao originally started after I got tired of writing a cocoa backend for [alchemy](https://github.com/ryanmcgrath/alchemy). Since then I've used it for small tools...
FWIW, #48 adds image support for iOS. I would be curious what "core controls" people would need/want supported on iOS so that shoring up that side of things could happen....