Cornelius Horstmann

Results 18 issues of Cornelius Horstmann

Hey lovely typewriter team, I am actually not completely sure if this is a bug report or a feature request. I'll just write it as a feature request. Please feel...

This PR is a draft to have a discussion if this is a thing we want to add at all and how. This PR adds support for dependencies with arguments....

Forks from #418 Implements #417

This is for the most of it a copy of PR #377.

About: https://www.media-analytics.net API: https://developer.piwik.org/guides/media-analytics/custom-player#media-analytics-http-tracking-api-reference

enhancement

This PR tries to fix issues (#331, #327) when bringing the app to the background, while dispatching events. There are multiple approaches. 1. Ensure retransmission of the same event doesn't...

Right now Events are lost if the application terminates because they are stored in the `MemoryQueue` which stores them all in memory only. To enable users to add a custom...

swift
discussion

I often use [Charles](https://www.charlesproxy.com) proxy to [map requests](https://www.charlesproxy.com/documentation/tools/map-remote/) from production to staging or another environment. I hereby propose a floret that can do the same without the use of Charles...

floret

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

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