Results 30 comments of Russell McClellan

Ah, very exciting. Of course, osc-min is a node.js module that expects to be running on the node runtime, so I'm surprised yet glad it works at all on the...

I had the same error, I worked around it by adding the `Conda` package and then manually re-building the `PyCall` package with `ENV["Python"]` _unset_ (which will use conda if the...

Just wanted to chime in that not providing an option goes against apple's guidelines for menu bar extras: https://developer.apple.com/design/human-interface-guidelines/macos/extensions/menu-bar-extras/ . How hard would it be to add an option for...

good catch. context.clearRect doesn't follow the current transform of the canvas. should be fixed in 108fe06.

According to [apple's docs](https://developer.apple.com/documentation/appkit/nsview/1483737-superview?language=objc), NSViews have a nil `superview` when they are not in a view hierarchy. I think the most common case for this is when it's the `contentView`...

I just checked, #228 first of all still has this problem, and additionally has another problem for clients that don't use RCTWindow - it seems that line 90 on RCTContentView.m...

Sorry, I don't have the ability to move to RCTWindow as it stands now since my NSWindow is created long before my RCTBridge!

I've just added another, related commit to this branch; I hope that's okay. More than happy to split these out into separate PRs if that's more convenient for you. An...

Anyone had time to give this another look? I'm still motivated to land this; and am willing to help however I can!