Paul Melnikow
Paul Melnikow
Hi there, would you be open to a PR adding mypy types to this library?
I'm getting this error when I run `pod trunk lint AFNetworking-Synchronous.podspec` and get stuck in the same place when I try to publish to trunk. ``` Validating podspec -> AFNetworking-Synchronous...
In the [afn2 branch](https://github.com/paulmelnikow/AFNetworking-Synchronous/tree/afn2) is a category for synchronous methods on AFHTTPRequestOperationManager. It'd be good to add synchronous methods for AFURLSessionManager as well. Perhaps we could use @floschliep's promising implementation:...
Hi there. I'm working on modeling a new format which has a field that contains a dictionary of model objects. I think what I'm looking for would be something like...
Nock has two APIs: 1. The part that faces the developer writing tests – the public interface 2. The part that faces the HTTP client library – the mock surface,...
I'm testing the API for [shields](https://github.com/badges/shields), which is a server that sits in front of a bunch of third-party APIs. I wrote a [plugin that integrates Nock](https://github.com/paulmelnikow/icedfrisby-nock) into an [API...
- Switch to the new URL API which throws errors for most invalid inputs - Throw errors for URLs with unrecognized schemes - Add tests for cases that previously had...
As suggested in #7129: > **Make proper documentation pages for label options** > Having everything on one page is nice, but it also feels a bit cluttered and hard to...