Carl Walsh

Results 66 comments of Carl Walsh

> right now notes are stored as a highlight, so `has:highlights` would return both. Would it be right to document this workaround in https://docs.omnivore.app/using/search.html#finding-highlights ? Or if this is just...

I get this same crash constantly from macOS Cursor IDE's AI Chat terminal. If I switch to zsh as the default shell, the problem goes away -- this bug makes...

@poppadum I think the mypy hint is right here, because `__subclasses__()` returns `list[type[Animal]]` and any of these could by abstract types. Here's a different example: ```python3 from abc import ABC,...

Huh, now I see that #8 was already created and resolved. Tasker is a good choice too; I think there should be some breadcrumb from the README pointing out that...

@DomT4 What's your preference this PR or #135? Either way, it would be great to restore the help content in the README.

@J3ronimo Is the problem with subprocess encoding the same as #1358 (Maybe one could be closed as a dupe, but the issue description you wrote is more helpful to understand...