David Pärsson

Results 26 issues of David Pärsson

Revert the removed scroll event listener and apply the wet banana fix, making glide stop when scrolling.

Feature

`editor.edit('file')` fails when the defined `$EDITOR` contains spaces: $ touch /tmp/file $ export EDITOR='vim -v' $ python -c 'import editor; editor.edit("/tmp/file")' Traceback (most recent call last): File "", line 1,...

If a user edits a new, non-existent file and decides to *not* save it, `edit()` will return `None` instead of raising an exception. On `master`, when not saving the file...

Enabling this workaround is probably as close as a fix for #158 as we'll get on this end.