Alex Reilly
Alex Reilly
https://duckduckgo.com/api I think using that would be pretty cool
Allows users of the library to set the background color of a tag when adding it to the search field ```swift tagInput.addTag(tag.name, backgroundColor: tag.color) ```
A community member (@gitinsky on discord) detailed the work needed to get Vapor/Fluent up and running in an Xcode playground https://medium.com/@serzhit/how-to-make-vapor-3-swift-playground-in-xcode-10-c7147b0f7f18 I think the scripts included in the article would...
Sending Leaf templates seems to be a common task for folks, so this PR makes that much easier. This is going to require a version bump and won't be tagged...
Validation implementation for the [Client Controlled Nullability RFC](https://github.com/graphql/graphql-spec/pull/895) Follow up to https://github.com/graphql/graphql-js/pull/3418
Implementation of https://github.com/graphql/graphql-spec/issues/867 along with the suggested `?` syntax. [Here's a doc with a list of some of the important test cases and the justifications for their behavior.](https://docs.google.com/document/d/1relgXUdhJrlaSR70lrITQKmcIHXjIVyWxDCKRuzMEvs/edit#heading=h.gm7m1frqgtc4) This PR...