karlicoss

Results 351 comments of karlicoss

Agree that adding directly to git config is a bit extreme (because people usually expect this file to be public). Perhaps an easy fix without changing the model would be...

Hi! I think it's more likely the issue with backend, so disabling other extensions won't help. Can you check the version of uvicorn package on your system? E.g. "pip3 show...

Thanks! Sorry just noticed -- somehow didn't receive the email notification

Yeah, I've been meaning to switch promnesia to use https://github.com/seanbreckenridge/promnesia/blob/master/promnesia_sean/sources/browsing.py Just will need to implement a fallback to the old method (in case someone doesn't have HPI configured, similar to...

@seanbreckenridge thanks, of course would be appreciated! `GUIDE.org` feels a bit more generic/high level. I think a separate section in `SOURCES.org` would be good (since the ones that are listed...

No, that makes sense @ankostis ! Worth mention why even bother with setting up a promnesia module if the extension can work with local browser history directly. And in addition...

I guess if you use active_browser (I haven't set it up yet), you'd have duplicates in the extension coming both from the backend and from the local browser history API...

Hey! The project itself isn't using rust so must be some dependencies -- and to be honest, have no idea which of them are using rust -- can you perhaps...

Thanks for the info, looks like `watchfiles` is an optional dependency of uvicorn https://github.com/encode/uvicorn/blob/master/pyproject.toml#L44 Promnesia uses these optional dependencies as `uvicorn[standard]` [here](https://github.com/karlicoss/promnesia/blob/master/setup.py#L82) -- they give a performance boost normally. Can...

ah sorry, also just realised I missed your last sentence :joy: yeah, if the issue with watchfiles itself and we can fix it there it would be perfect