Raj Thapar

Results 11 comments of Raj Thapar

@mblarsen Upon further tinkering, I noticed that certain elements are reactive with `v-role:authenticated` tacked on, and others are not. I made the following changes, as per your suggestion, but the...

> Can you please test if this works: > > ``` > > ``` This works reactively as expected. Can the `v-role` syntax not be reliably used reactively?

> I looked at the repo you shared. > > All of the following isn't really about the issue you've raised. Just some observations. Home you don't mind :) >...

> > This works reactively as expected. Can the `v-role` syntax not be reliably used reactively? > > I haven't had any issues with it previously. When you work Vuex...

Hey @mblarsen, just wondering if you may have had a chance to look into the reactivity issue?

Upon further inspection, this may be the culprit: https://code.google.com/p/google-apps-script-issues/issues/detail?id=2845 Meaning we will need to manually calculate the timezone offset from the UTC and then do some math before showing the...

I do have a working copy. But it doesn't help me to test since I'm in my own timezone :-) Therefore, if you create a second copy for testing under...

Changing that timezone changes the whole timezone in use, so that doesn't help in testing. I can provide the screenshot, but I'd need your private email address to send it....

@KurtRussellCM3 Why would you expect "4am today" to create a label for tomorrow's date of 4am?

@KurtRussellCM3, there is a bug in a native function of Google App Scripts itself: https://code.google.com/p/google-apps-script-issues/issues/detail?id=2845 Meaning, GmailScheduler needs to manually calculate the timezone offset from the UTC and then do...