Erik Bjäreholt

Results 671 comments of Erik Bjäreholt

@lundibundi I've implemented the needed transform `period_union` here: https://github.com/ActivityWatch/aw-core/pull/65

@lundibundi I've implemented something quickly that could be refined into a working solution: https://github.com/ActivityWatch/aw-webui/pull/85

@dufferzafar You can install unsigned extensions temporarily at `about:debugging#/runtime/this-firefox`, however, they'll be disabled when you restart: ![image](https://user-images.githubusercontent.com/1405370/141294925-3972bbd0-7e72-40b8-bdff-62bcb4793046.png) There seems to be a way around that however: https://wiringbits.net/browser-extensions/2020/11/27/installing-unsigned-extensions-permanently-to-firefox.html

Ah, annoying :/ On Thu, Nov 11, 2021, 13:08 Shadab Zafar ***@***.***> wrote: > There seems to be a way around that however: > wiringbits.net/browser-extensions/2020/11/27/installing-unsigned-extensions-permanently-to-firefox.html > > This page mentions...

>It seems to have been quite some time since this web watcher got any commits :'( This is a good thing! That means it works as intended, and that we...

~~I now realize this might be an upstream matter for the pydata theme~~, and the choice seems explicit by the devs: https://github.com/pydata/pydata-sphinx-theme#the-html-layout ~~Should I close this issue and open a...

From further inspection of the code, it looks like this is controlled by `titles_only`: https://github.com/executablebooks/sphinx-book-theme/blob/c205a9e57e15ea4d6faeea37ff3be292cd2e5b71/sphinx_book_theme/__init__.py#L100 Could we make this configurable? (similarly to https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html#confval-titles_only)

You can modify the sidebar yourself by setting `html_sidebars`. I discovered that was the case when I migrated from the rtd-theme, since I had it set and it made the...

I would also like to switch to Firefox 49 asap, trying e10s out in FF 48 led to some issues. I'm assuming no one is working on this?

Me and @JohnGriffiths talked super briefly about this today and I just mentioned that I've long had similar aims for a different project of mine, with similar requirements: https://github.com/ActivityWatch/activitywatch/issues/120 Would...