Kostis Anagnostopoulos

Results 220 comments of Kostis Anagnostopoulos

Note that `_repr_svg_()` has some drawbacks on _jupyterlab_ (but not plain Jupyter notebooks,, as described in jupyterlab/jupyterlab#7497.

(continuing my last comment) I reverted to implement the `_repr_html()` method instead, which works in both jupyter environments, but the SVGs are not re-scalable. Therefore i used the [`svg-pan-zoom` JS...

For future reference, this the code for zoomable SVGs in Jupyter: ```python def _repr_html_monkeypatches(dot): """ Monkey-patching for ``pydot.Dot._repr_html_()` for rendering in jupyter cells. :param dot: a `pydot.Dot()` instance .. Note::...

Yes, debounce seems preferable e.g. launch a timer for ~1.2sec and if not any new `onUpdate` event gets detected till then, only then fetch visits, otherwise, renew timer. Does that...

> * 'decorating' -- I guess by this you mean actual highlight (i.e. matching text against the page). No, i mean the rectangular boxes around links - that's something hyptohes.is...

Mentioned this discussion in [zulip "zotero" topic](https://memex.zulipchat.com/#narrow/stream/279598-general/topic/zotero/near/229270624).

> I feel like 'hindered' is a bit of an overstatement, Promnesia is (unfortunately!) a fairly complicated project for many reasons, and I really doubt code style is in the...

My apologizes for suggesting black - it's the "automation" that i'm looking for here, i don't have to spend effort to blend . Suit your self and chose anyother auto-formatter...

Just made a PR #199 to include in Hypothesis rows a new context-line with (hash-)-tags; the same can be done with github(labels), gmail(labels). BUT when trying to search by a...

I would prefer that the PR is self-contained, and it works as expected. If you don't mind, i would add a committee to try to workaround(1): if the original query-str...