Robin

Results 20 issues of Robin

I was trying to use this as a library, so I made some changes. Now, all you need to do is clone the repo in your project directory and you...

Hi Vadym! We have an Auth SDK at work that exposes a simple function: ``` public func addAuthentication(to request: Request, completion: (TypedResult) -> Void) ``` (since we don't want clients...

Hi! I'm trying to test a flow where access tokens are refreshed(similar to #42 ), and I'm using a MockProvider instead of making actual network requests (imagine making a `MockProvider`...

Hey! I've been reading about `RequestBehaviour` [recently](http://khanlou.com/2017/01/request-behaviors/) and I think it'd be a great addition to Malibu, especially for things like Logging, `NetworkActivityIndicator`s, authentication, caching etc. Here's what the protocol...

Running swift build with purely `vapor-apns` yields a bunch of errors around compiling `CTLS`. (here's what the dependencies in `Package.swift` look like, in case it isn't clear: ```swift .Package(url:"https://github.com/matthijs2704/vapor-apns.git", majorVersion:...

enhancement

Hey folks! It'd be great if you could observe changes to the cache (say if the object at a particular key was set, you'd be able to subscribe to notifications...

enhancement

Hey @daltoniam ! I just tried running an emoji-laden string past `MDEmphasisPattern`, and it seems to crash with an `Fatal error: cannot increment beyond endIndex` in https://github.com/daltoniam/bumblebee/blob/842fb805b6aebbf24515bcbeb06507e4e925f1e0/Sources/bumblebee.swift#L90 I have a...

Removes any references to `String`s `utf16View` and adds a test case for it too 🎉 I've made _tons_ of changes to the project settings + schemes, would be happy to...

`IO.ANSI.clear` + `home` seem to not clear scrollback (atleast on macOS), i.e. it prints "one screen height" of blank space and resets the cursor to the first position. A little...