Vlad Sitalo

Results 300 comments of Vlad Sitalo

@girba thanks for the poke! will try to take a look tonight/tomorrow!

Some shift+mouse wheel events, then just wheel, then touchpad horizontal scroll that works: Video is of me doing all those things https://user-images.githubusercontent.com/81347/186817947-b06d026b-a59f-4c2a-9edc-41c986025d89.mov

There are no usages of it in the codebase besides checking for the presence of the parameter 🤔. Maybe it's passed to a downstream library somewhere?

Any luck on finding in-browser solution? My first attempt at rolling my own is something like: ```typescript function inlineStyleRecursively(element: HTMLElement) { inlineStyle(element) for (const child of element.children) { inlineStyleRecursively(child as...

@bernd-wechner nice, thanks for the reference! how do you handle the pseudo-selector issue I mentioned?

Latest information (a few days ago) I've heard that there would still be a limited free plan

Yep pause handling is very important part of Pomodoro workflow. As an interesting exercise, you can create a Zap on http://zapier.com (ifttt analog) that would detect new entry creation in...

@amrtn They've accepted PR for original Pomodoro implementation ;)