Michael Sloan

Results 113 comments of Michael Sloan

Hey, glad you appreciate it! todoist-shortcuts is in maintenance mode, though, so mostly fixes to existing functionality. This would be a big undertaking, and it's hard for me to motivate...

I might end up implementing this, but not anytime very soon. It would probably be a new crate, because my usecase is breaking on something other than lines. It might...

Cool, thanks Luke! I got quite busy recently (last minute decided to go to burning man!). Keen on giving it another try early / mid september.

I found this information useful!

Combining [loctran016's approach](https://github.com/utterance/utterances/issues/427#issuecomment-748598370) with [some of qianbinbin's code](https://github.com/utterance/utterances/issues/427#issuecomment-844687971) and adapting to [dark-mode-toggle](https://github.com/GoogleChromeLabs/dark-mode-toggle): ```javascript function getUtterancesTheme(mode) { return mode === 'dark' ? 'github-dark' : 'github-light'; } // Defer loading utterances until...

Yes, sending the `set-theme` message is clear. However, this means that the theme will switch after load and this change will be visible to the user. To me that seems...

Hmm, curious, I don't see the buttons either. todoist-shortcuts just presses existing buttons (and currently doesn't attempt to understand or select items on the calendar). My guess is that Todoist...

Sure, that'd be awesome Adam! I have tried before but didn't figure out a reliable way to do it. On Sun, Sep 12, 2021 at 11:02 PM Adam Rich ***@***.***>...

It's possible this might be fixed with the latest extension version (134 or 135), can you verify?

![image](https://user-images.githubusercontent.com/22570/141245514-2980cae7-9a22-432a-9c58-aa7de5bb95e0.png) :thinking: Closing this issue