Denilson Sá Maia

Results 178 comments of Denilson Sá Maia

> Is it possible to access the vuex store from within a function passed onto a worker ? This is likely not possible (or not feasible), because Web Workers don't...

In summary: there is no straight-forward way. I have to save a "fingerprint" of the tab (combination of url, tab index, and maybe other data) to try to detect a...

I've been using forecaswatch2 for just a day, and WU seems to be working fine as well. (I used the older watchface for months until it stopped working.) I am...

Done, updated the description with checkboxes.

How about showing it in the notification widget? By the way, "WiFi Keyboard" also shows the IP address at the notification, which is quite handy.

Instead of this throttle-based implementation, which essentially slows down all users, regardless of how fast they are actually trying to scroll, how about listening to [`wheel` event](https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent), and then having...

As an alternative, this project could start up a temporary HTTP server listening to a specific port on localhost. That way, after the authentication process, the browser would connect to...

I was about to suggest the same feature. I wish I had a way to preview the light state for any given time of the day. It could be a...

I hope the pull request #11 fixes this issue.

**Easier workaround** I discovered I can set environment variables at the `docker-compose exec` command: docker-compose exec -e PAPERLESS_OCR_CLEAN=clean webserver document_archiver --overwrite --document DOC_ID_HERE This is way simpler and doesn't require...