Timo Lange

Results 3 issues of Timo Lange

Hey there. I am currently evaluating whether Pistache fits to my usecase. What I want to achieve is the following: An arbitrary HTTP client has a large blob of binary...

Thanks very much for your project! When exporting my classdiagram with png, it works fine. But when exporting html I get the following exception (similar for pdf as well): ```...

Hey, I am using the following code for my own Docker log-plugin: ```go package main import ( "fmt" "github.com/docker/go-plugins-helpers/sdk" ) func main() { h := sdk.NewHandler('{"Implements": ["LoggingDriver"]}') handlers(&h, newDriver()) if...