karlicoss

Results 351 comments of karlicoss

I just completely randomly noticed these lines https://github.com/karlicoss/promnesia/blob/d2e4697877fb48b2cced50dd35c206b0491c8b28/extension/src/background.ts#L146-L150 Which would mean the sidebar won't work if "Detect and linkify URLs in the sidebar" in extension settings is unset :facepalm: (it's...

after: ![image](https://user-images.githubusercontent.com/291333/215647946-a6488745-5345-489f-8e09-9dec2d729b5a.png) still could benefit from excluding them from the visited marks UI I guess but it's quite a bit better

happens a lot lately, definitely worth trying with retries

Been flaky really often, so took another look at this -- essentially it's flaky because pip not really meant to be running in parallel, e.g. it can observe intermediate metadata...

For `h3`, seems that it doesn't have 3.12 wheels, so it's building them from scratch, and as a result `pip3 install --user --force-reinstall --no-cache h3 -vvv` can take like 60...

For git repositories it's basically the same issue -- there are no wheels so it takes a while to build them. Kinda odd that there is no builtin support for...

Yeah not really sure what would the best approach with photos be, seems pretty tedious to work with them via CLI, I'm leaning towards having modules for photo management software...

Another thing I often wanted -- often during debugging/testing it's useful to restrict the `get_files` call to one or a few input files. Currently I am just editing the source...

Yeah not sure what "somehow" would mean if the date is wrong, but agree the exception could be more descriptive and include the location information. Another option is to have...