Travis Thieman

Results 71 comments of Travis Thieman

I'd be interested in investigating an approach that was a little more interactive than a dropdown. You could easily have thousands of files within a large-enough directory and your scripts...

Any work in this direction would require a slew of backend changes to support running multiple versions of the same Job at once. I think there may be some uses...

Could go with a preview/expansion approach where the first X characters of the note is shown, then you can click to expand. I like it.

My instinct is to ship simple categorization first and then upgrade to hierarchies if we think they're necessary. I agree with you that hierarchies add a lot of complexity to...

@extrinsicmedia The Cron entry gets interpreted as a local time on the server running Dagobah. The frontend then takes the UTC representation of that time and shows it to you...

Hmm, yeah maybe something is getting converted where it shouldn't. I testing servers running UTC, so it'd make sense if I missed something. Will check it out, thanks.

1. The server is asserting that the Cron time is based on UTC. This needs to instead use the server's local time. 2. When the server passes datetimes to the...

I think I wrote a fix for this like two months ago. I'll actually get off my ass and try to merge it this weekend.

@creator11 This is my work-in-progress branch if you'd like to give it a go: https://github.com/thieman/dagobah/tree/tnt-fix-cron-format Thanks for the assist!