Karl Wolf

Results 3 issues of Karl Wolf

I am trying to create a Ganttchart using this package. Now I want to create a custom DataLabelTemplate and show a warning Icon on each DataPoint when a certain condition...

I want to set a custom baseColor to adapt to my existing color schemes. This is what it looks like not possible right now. Also how can I clone and...

I am using th IMAPClient to read Emails in shared mail folder. My workflow looks like this: ``` server = IMAPClient(host=***, port=***) server.login(username=***, password=***) server.select_folder('Other Users/***') ``` That is my...