Kyle Brett

Results 18 comments of Kyle Brett

@dybdeskarphet disabling "fast close" seems to be a workaround https://github.com/ms-jpq/coq_nvim#flickering

@hellochar thanks for your help! That got me closer, but now the plot moved all the way to the left edge of the container and the axis is in the...

Fiddle: https://jsfiddle.net/dashkb/8guqdqmh/1/ :violin:

Another issue: with `.labelsEnabled(true)` the labels show up in no man's land: ![](http://screens.dashkb.net/20170523204903.png)

> The db can probably give us a manageable list of records. Awesome, I was about to use way too many words to say just that. > How would we...

I guess we haven't solved for cases like this (silly) example: ``` ruby at_custom_time :my_time { whatever } def my_time start_at + random_number_of_seconds end ``` i.e. where there's no way...

> How does the poller know not to schedule the job a second time? (that it's been polled and passed to sidekiq) I was thinking something like: - poller knows...

> prefer binding to events for business logic & fire system events with Chron when one doesn't exist at the time you need Hmm... not sure I get it. It...

I know this is super old, but it probably belongs as a feature request on [chronic](http://github.com/mojombo/chronic) where it could potentially be useful to many more people than just those using...

> This might not be an important use-case for chronic users. Totally. It's just that right now this gem does zero time parsing, and maybe that's an intentional choice.