dmaclach

Results 32 issues of dmaclach

We have found that reducing the number of files in a bundle improves build times and install times on simulators. Right now aside from localized files, png files are the...

type:Internal cleanup
[Icons]
type:Performance
skill:Client migrations

Updates the Brisk code to be compatible with Swift 4.2, Xcode 10 and Cocoapods 1.5.3.

Update this article with the new @available directive.

This causes a warning if `-Wbad-function-cast` is enabled on a build. Maybe I'm missing something because I can't see why the casts were there in the first place? This passes...

This reduces the number of threads being created and destroyed by a huge number making it far easier to attempt to reason about what fuse is doing. It makes doing...

Turn off warnings regarding the pthread_setugid_np calls. They are deprecated because: "Use of per-thread security contexts is error-prone and discouraged."

This cleans up fuse_darwin significantly, and moves the semaphore calls over on top of libdispatch. libdispatch has been around since 10.6, so should be no compatibility problems. Advantages: reduction in...

The current `andDo` blocks have some major problems: a) They are difficult to use from ARC. When getting values out of NSInvocations, one has to be careful to use `__unsafe_unretained`...