Jon Parise

Results 40 issues of Jon Parise

A future update should use the official [iTunes Store RSS feeds](http://itunes.apple.com/rss) instead of relying on raw content scraping.

For example: https://eng.uber.com/dockerizing-mysql/#utm_source=rss&utm_medium=rss&utm_campaign=dockerizing-mysql

bug

I'm using Tad Version 0.8.5 (0.8.5) on MacOS 10.13.4. Tad doesn't appear to respond to the system shortcut to hide the current window (Cmd-H). I think it should for parity...

**User story.** As a spec author, I would like to know when a `format` value isn't officially supported by OAS. **Is your feature request related to a problem?** OAS3 defines...

enhancement
OpenAPI

[`NSProgressReporting`](https://developer.apple.com/documentation/foundation/nsprogressreporting) (iOS 9+) provides an interface for objects that report progress using a single [`NSProgress`](https://developer.apple.com/documentation/foundation/nsprogress?language=objc) instance. This could be a nicer, standardized way to report download progress, especially because it...

enhancement

`MQTTCoreDataPersistence` uses CoreData so the podspec should formally declare that framework dependency.

It would be useful if this project included [type hints](https://docs.python.org/3/library/typing.html) or published [type stubs](https://github.com/python/typeshed), especially because the code is already Python 3-specific and works with schematic data.

enhancement
help wanted
low priority

From [Calling Java code from Kotlin](https://kotlinlang.org/docs/reference/java-interop.html): > `Boolean` accessor methods (where the name of the getter starts with `is` and the name of the setter starts with `set`) are represented...

java

I think we should supporting [GraphQL’s schema representation](http://graphql.org/learn/schema/) in Plank. Four big reasons: 1. GraphQL provides richer type support (enums, unions, interfaces). 2. GraphQL supports documentation elements that could be...

enhancement

PEP 8 suggest some [naming rules for type variables](https://www.python.org/dev/peps/pep-0008/#type-variable-names): > Names of type variables introduced in [PEP 484](https://www.python.org/dev/peps/pep-0484) should normally use CapWords preferring short names: T, AnyStr, Num. It is...

enhancement