Jacob Wlliams

Results 14 comments of Jacob Wlliams

This compiles correctly, with only minor warnings on macOS

@trips-app I was using the master branch on macOS. I just cloned the repo and tried building it. @nvzqz It's been a long time since I even looked at this...

Well I just noticed some weird swift behavior on linux and ended up filing a bug (https://bugs.swift.org/browse/SR-5382). For whatever reason, the file TextFile.swift cannot be named that or else it...

So I've gotten most everything fixed for linux on my local fork except for 4 errors. 1) For whatever reason, on linux, the FileManager delegate property is read-only. So the...

I would love to remove most of the reliance on Foundation. That would be the best way to ensure this is cross-platform. Obviously we will need a little bit of...

Well I'm going to go crazy on my branch and do some pretty substantial refactoring to get this working on linux and to remove a bunch of stuff that just...

I'll probably wait for linux support until 5.0 since it will probably take a pretty substantial effort to remove _FMWrapper and several of the NSTypes. I'll focus on #48 and...

Thanks for the excellent answer @ktoso! This was most helpful. It would be nice if there were more examples of how to set up more complex LogHandlers like this in...

Feel free to rename the ticket :) And I'll definitely be posting back once I've gotten my library fleshed out and ready for usage! Thanks again