karlicoss

Results 351 comments of karlicoss

Thanks, glad you tried it and like it :) Good catch, I suspected it could be the case, but never got round to try. The easiest is perhaps to use...

Yep, the index (by default something like `~/.local/share/promnesia/promnesia.sqlite`) can even be manually removed if necessary -- worst case it'll be just rebuilt next time Promnesia runs, it wouldn't mess with...

> i hope i'm not insulting anyone, it's just that i wish to preserve open-source developer's efforts Absolutely not insulting! I even have a [special label for this](https://github.com/karlicoss/promnesia/issues?q=is%3Aopen+is%3Aissue+label%3Acan-we-share%3F), and I...

Ah right. Yeah, it's a custom Promnesia feature (and I haven't seen anything similar anywhere else). But definitely would be cool if Hypothesis wants to support it, I want to...

Cleaned up and updated the page on Cannon, in particular about projects we could share with: https://beepb00p.xyz/exobrain/projects/cannon.html#prjctsthtcldbnftfrmt

I guess the easiest fix would be to - listen on the dom change event and debounce (say 500ms interval) - find if there are any new links on the...

Hi, it would basically require me to do a full screencast, so not sure when I can find time... but I've updated the guides and troubleshooting info, so perhaps this...

Hey, yeah, this would be interesting! Trying activitywatch was on my todolist for a while. Doesn't have to be in HPI actually -- I would expect it's very straightforward to...

Nice! Spotify also has an API: https://developer.spotify.com/documentation/web-api/reference/personalization/get-users-top-artists-and-tracks , which might be a bit more straightforward to get data from. Although wouldn't be too surprised if it's too limited. This actually...

ah have you seen CI logs for `build_extension` pipeline? (not sure you have the permissions) -- otherwise you can try running `npm run flow` locally (just make sure to pull...