Pedro Lopes
Pedro Lopes
Hi there, Just wanted to let you know that I developed a [cannonball fork](https://github.com/lopespm/cannonball) which allows it to be used as a library, this is, it builds a standalone executable...
The library only handles cameras using the perspective projection currently. When using an orthographic projection, the viewport size must also be considered.
At the moment only the `papers` state is stored, but in order to have the papers accessible when the app is started while offline, the related articles would have to...
Investigate the various avenues to enhance discovery, while maintaining the app's simple interface. Some ideas on this: - Integration with a paper management system, like Arxiv-Sanity or Zotero - Filter...
Go to an article's web and/or [arXiv Vanity](https://www.arxiv-vanity.com/) link. This could be made by adding a toolbar action in the article details screen. Would this be useful?
## Changes in this PR The current guidance to use `import { AppQuery } from "./__generated__/AppQuery.graphql";` does not work as expected, since AppQuery is expected as a type. Likewise for...