Nolan Waite

Results 8 issues of Nolan Waite

I'm curious about the proof you give, in section 12, for the statement "the only non-zero values for which the sets of true bits for `x` and `x − 1`...

William Dinkel, via private correspondence, describes getting crash logs with this backtrace: ![](https://user-images.githubusercontent.com/177228/46181626-51a19c80-c29d-11e8-96bd-1a98a0f4b17f.png) We don't have a copy of or a URL to a document that reproduces the crash, but...

bug

For example, if I have in my `.strings` file: ``` strings "search-placeholder" = "Search %@"; /* Parameter is name of category. */ ``` it'd be awesome to have the generated...

difficulty: moderate
type: enhancement

It's a little thing, but it was preventing returning `nil` in Swift, which makes `tryMap` kinda hard to use.

Hello! When I try: ```objc [self.db registerExtension:view withName:@"\""]; ``` I get a log message: > YapDatabaseViewTransaction: createTables - Failed creating map table (view_"_map): 1 near "_map": syntax error Looking at...

### Summary Allow `PanModalPresentable`s to opt out of having appearance transition callbacks (`viewWillAppear` etc.) called on the presenting view controller. (#47) ### Requirements (place an `x` in each `[ ]`)...

Hello! Previously, only when using the property wrapper's setter would the projected publisher send a new value. This ignored changes from: - Other instances of the property wrapper. - Other...

enhancement
breaking change

Accessing `UIScreen.mainScreen` in a category `+load` is too soon as of Xcode 16.0 and results in a deadlock when attempting to run a test bundle. Instead we lazily load the...