cauli icon indicating copy to clipboard operation
cauli copied to clipboard

Debug Networking

Results 29 cauli issues
Sort by recently updated
recently updated
newest added

## Problem When using GraphQL, the current way of showing the records in the list is pretty meaningless, because: * the status code is pretty much always 200 * the...

enhancement
proposal
floret:inspector

At the moment it is not possible for the host app to know if Cauli is enabled or disabled, because the corresponding property is private. It would be useful to...

proposal

I run Cauli without any special configuration: ```swift Cauli.shared.run() ``` I have an upload mechanism in my app that works with `URLSession`'s `URLSessionUploadTask`. I used the delegate methods instead of...

bug

This PR adds a FilecachedInputOutputStreamSpec. This is a Stream that can written to and read from. This will be used, so when data is received from the server, we can...

What do you think if we define a diagram style which we then can use to describe Cauli itself and the shipped Florets? I think by doing this it's more...

proposal

As already mentioned in #122, we want to add the possibility to en- or disable a Cauli instance within the CauliViewController. A concrete idea how this could work needs to...

The ViewController for displaying a Record seems to not respect the (bottom) safe area layout guides. ![cauli_inspector_safearea](https://user-images.githubusercontent.com/7874611/53798655-fdc86d00-3f38-11e9-808b-345de9f212c9.jpg)

bug
floret:inspector

## 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