karlicoss
karlicoss
should be fixed in the latest pypi version!
Until this is fixed in master, you can try this workaround (if you're calling `ntfy` from python) ``` def hack(*args, **kwargs): raise RuntimeError("TODO") import inspect inspect.getargspec = hack from ntfy.cli...
closing in favor of https://github.com/karlicoss/promnesia/pull/354 (thanks for the inspiration though :) )
Sorry, no idea -- I don't use Windows really. It must be possible, since Windows has services (or even simpler 'autostart' shortcuts)
@Stvad suggested this https://github.com/GoogleChromeLabs/text-fragments-polyfill (although not sure if it's suitable for matching longer bits of hihglight)
As in, I only seen text fragments work for short snippets (e.g. when you jump from google search). Not sure how well it would work if you clipped several paragraphs...
To clarify, it's mentioned that it's in principle possible to integrate :) Would be nice if someone could help with it since I'm not using Worldbrain myself :(
this should get resolved with https://github.com/karlicoss/promnesia/issues/341
Hmm, interesting that I can't reproduce the issue on twitter and Zulip anymore -- it seems that they emit perhaps more onUpdated than we wish, but not on every scroll/character...
I think that shouldn't be an issue anymore, but feel free to reopen if it still happens