Nicholas Lythall

Results 5 issues of Nicholas Lythall

Added `Token.Kind.amp` Updated lexer.readToken to handle ampersands Updated parseImplementsInterfaces to support interface names separated by `&`, e.g: ```graphql type Swallow implements Bird & Animal {} ```

Removed implementation of the following methods that where deprecated in iOS 9.0 as they will cause apps to crash when built with Xcode 9.3: open func application(_ application: UIApplication, handleOpen...

I noticed your using getActivity().isFinishing() in BasePresenterFragment to work out whether the presenters onDestroy method should be called. My understanding is that this check is to prevent the onDestroy method...

The `toInt()` method of `Hct`, which returns the RGBA representation only has package visibility, where as it's other properties (e.g `hue`, `chroma`, and `tone`) are `public`. This means that when...

When building the library with the Xcode 16.0 Beta 1, it fails with the following error: ``` ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time;...

pending release