Cornelius Horstmann

Results 18 issues of Cornelius Horstmann

## Description Currently, a Storage can only store records. I would love to be able to store arbitrary data (for example everything that is codable) under a given key. ##...

proposal

There are some values of a request or a response that are poorly printed or not visible at all. The scope of this ticket is to add an infrastructure to...

floret

## Reproduction * Configure the URLSession in the example application to a very low timeout ```swift lazy var urlSession: URLSession = { var configuration = URLSessionConfiguration.default configuration.timeoutIntervalForRequest = 1.0 return...

bug

Whenever something got merged to the master, travis should generate the documentation via jazzy and upload it to the cauliframework.github.io repository. The process should be as easy and time saving...

Currently the RecordTableViewController only shows the number of bytes for the body of a Record. I would say that is not the most important information here. I would love to...

floret:inspector

We created the Response struct in order to store the data alongside the URLResponse. CachedURLResponse is actually an object that allows to do exactly that.

proposal