Nikolai Vazquez

Results 101 comments of Nikolai Vazquez

After investigating @nfriedly's issue (we work together), I realized that this issue can only be reproduced for apps that were installed via Configurator. Apps installed from the App Store had...

Hey, thanks for your interest in this project! 🙂 Unfortunately I haven't yet wrapped the `NSFileManager` API. If you'd like to implement some parts of it, I'm more than happy...

Sorry for the late response. I don't have an MSRV policy yet. I'm leaning heavily towards 1.51.0 because I'd like to create an `NSFastEnumeration` iterator that takes advantage of const...

Might be worth also adding a list of mentees under each mentor?

I just figured it used GCD since it uses dispatch queues.

What's the status on this? @Ponyboy47

@Ponyboy47 part of my plan for this month is to make some improvements to FileKit + improve compatibility issues + add Swift 4 support. So I'll try to tackle this...

That's an oddly specific bug. 😅

I don't remember exactly why I made _FMWrapper. I believe it was because I wanted to allow assigning a delegate to a specific path. This feels like a waste looking...

Getting #48 sorted out while FileKit is 4.x would be great. Regarding cross platform compatibility, it's interesting how some things aren't just on an implementation level but also a compiler...