Eric Mark Martin

Results 35 comments of Eric Mark Martin

I'm going to take a look at this PR at some point and rebase it on top of the new changes in master and see what happens.

Did you execute `npm install npm -g`? On OS X, because a global install modifies /usr/local/lib, you need root permissions to install globally. Thus, when you try to install npm...

If we're trying to stabilize a bit here, should we think about pulling the `ephemeral` module?

I have a use case---I'm trying to write bindings for the `AuthenticationServices` framework and there's the [ASAuthorizationProvider](https://developer.apple.com/documentation/authenticationservices/asauthorizationprovider?language=objc) protocol. Tbh I'm not entirely sure why this is a protocol rather than...

Do we have strong feelings about using an Objc FFI over Swift bindings? Afaik, the [rust-objc] and [swift-bridge] crates are the standard for objc and swift bindings in rust respectively....

The only thing I can think of is that the rust objc binding foo might be more mature but I actually don't know enough to claim that for certain.

Hey, I'm really excited about this enhancement and would find it super useful for some work I'm doing on binding the `AuthenticationServices` framework. That in mind, I have a couple...

Do you have instructions somewhere on what you're doing to build appkit? I'd like to try building AuuthenticationServices

I'd like to raise the precedent that this repo set by changing `map(to:)` to `mapTo()`. In #117, @fpillet said > So this means that we will roll back to mapTo...

@madsmtm has finished some work on [icrate](https://crates.io/crates/icrate) so there's now a usable `ASAuthorizationServices` module! I'm getting started on using this as the layer to interface with macos.