Sage Ross

Results 243 comments of Sage Ross

Maybe. I'm not entirely sure how to fix the bug. I suggest this: 1. See if you can change the behavior by changing your computer's time and/or timezone. 2. If...

@medhabansal one not-very-elegant solution that might work: * In that `DatePicker` `moment` method when showTimes is false, only convert to UTC if user's timezone has a negative offset.

We fixed one bit of bugginess, but the root issue is still there. My thoughts from the recent PR: I think the only way to make this work the way...

It's still open, but it's a pretty complex issue that is probably not suitable for a first contribution.

This looks like potentially a nice improvement. I'm not sure why we use inline mode instead of classic, and I don't object to making a change. I assume all the...

I don't know the best approach here, but one that might work would be: Include a column for update status on TrainingLibrary and TrainingModule records, but make it able to...

That typically happens because you have done training updates in both wiki_education `true` and `false` modes, and there is one module with that slug that gets pulled from the wiki...

Hopefully such errors won't occur in production, but skipping that slug and continuing would be nice

I'd rather not add a table just to hold this information. If the idea would be to limit the data to just one entry per record type, perhaps a `Setting`...

I don't see that error in the CI log. Where during the build is it happening?