Derek

Results 26 issues of Derek

Is there an a @types (Typescript) definition for this library?

Hi, I was wondering if it's possible to support a view mode based on minutes or based on just the duration of the total end time minus the start time...

Is it possible to disable - the `Name, To, From` section and only display the gantt chart? - The `percent` field It wasn't clear from the Readme and display options...

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug

When I force an upgrade to 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310' to version 2.11.1, I get issue starting up dropwizard. It happens in Application.java in dropwizard-core, when it tries to execute the command to...

**What is the issue you are having?** I'm seeing this get printed out with a severity of `error`. I'm wondering is this something I need to worry about? If not,...

question

feature request Is it possible to allow a way to inject other properties into the form. Right now there is only initialValues. For example, in my use case I want...

Currently, the `postMessage` api take in a list of objects to build up the payload to send to slack. ``` channelID, timestamp, err := e.slackApiClient.PostMessage( notification.channel, slack.MsgOptionUsername("Bot Name"), slack.MsgOptionText(titleText, false),...

feature request

Hi, So i had two issue initially when i ran your example. One was addressed here https://github.com/xogeny/ts-jest-sample/issues/1 with the fix of adding a different configuration in launch. Afterwards, I wrote...