Alexander Seiler

Results 20 issues of Alexander Seiler

**Is your feature request related to a problem? Please describe.** Currently the behavior of the back key `h` is quite restricted. It can only *go back* to the previous page...

new feature

This PR implements a proper return key as proposed in issue #689. As a consequence of that, the former (IMO rather complicated) approach of using the methods `loop` and `handle_selected_page`...

As described in #683 this PR adds a new navigation feature to RTV, that allows to move the currently selected item on top of the visible window.

As described in #687 it would be nice to have the ability to open the subreddit of the currently selected item. This PR adds this functionality as well as another...

**Is your feature request related to a problem? Please describe.** When browsing a page where threads of many different subreddits are listed (like /r/front, r/all), it would be nice to...

new feature

**Is your feature request related to a problem? Please describe.** When you move down a page, you reach the point where you don't see the upcoming items on the screen....

new feature

**Is your feature request related to a problem? Please describe.** I usually use the `j` key to move the cursor down post by post. When I reach the last post...

new feature

I'm trying to update the AUR package for Arch Linux, but when I compile sioyek, I get this error: ``` pdf_viewer/document.cpp:552:52: error: cannot convert ‘fz_location’ to ‘int’ in assignment 552...

Since the screenshot is only needed for the README, it would be IMO better to store it in a separate branch and not ship it with each release. Here is...

Using `opnorm` on a sparse matrix (of type `SparseMatrixCSC`) gives this error: ``` ERROR: ArgumentError: 2-norm not yet implemented for sparse matrices. Try opnorm(Array(A)) or opnorm(A, p) where p=1 or...