larryonoff

Results 30 issues of larryonoff

Current API only supports diffs of two arrays. But iOS table views and collection views often needs support for sections. It can be represented as array of arrays. Is it...

This's strange but I'm trying to replicate the error that I and, but not able yet :)

Hello, It's important to be able to customise markdown elements with needed attributes. So I would like to suggest breaking API change. See the code sample below. Does it fit...

I think it would be good to extend `BluetoothError` with `LocalizedError`. This can be common case when developers check that `Error` conforms `LocalizedError` and e.g. show alerts. It's not needed...

TinyConstraints sets `isActive` default value for all functions to `true`. So as result all constraints are activated as soon as they created. But this's not efficient according apple documentation, see...

I would like to start discussion how these API should look like. It may be something like ``` extension Bluejay { func openL2CAPChannel(_ psm: CBL2CAPPSM, completion: Result) } ```

Please add default support swiftgen.yml prefixed with `.`

status: help wanted
difficulty: easy

**Is your feature request related to a problem? Please describe.** Our team needs to send application specific information to the server like application name and its version. This's usually done...

feature-request

**Is your feature request related to a problem? Please describe.** See `AWSAppSyncOfflineMutationDelegate` definition. ```swift public protocol AWSAppSyncOfflineMutationDelegate { func mutationCallback(recordIdentifier: String, operationString: String, snapshot: Snapshot?, error: Error?) } ``` `recordIdentifier:...

feature-request