Johann Bauer
Johann Bauer
The current IKEv2 implementation in contrib is working fine but lacking some constants. I have added some IKEv2 attributes for algorithms that are unkown in this implementation. All algorithms are...
This adds two new server flags, `ServerFlag.Dualstack` and `ServerFlag.NoDualstack`. When used with `::` as the bind address, this will allow to choose if the server should be dualstack or IPv6...
[Minimal example:](https://play.nim-lang.org/#ix=3qGJ) ```Nim import chronos import posix import nativesockets proc processClient(transp: DatagramTransport, raddr: TransportAddress): Future[void] {.async.} = discard 1 var x = 0 let ta = initTAddress("::", 9000) let localSock...
iOS support
An iOS version is currently in development. If you would like to test, you can find it on testflight: https://testflight.apple.com/join/ToncPdxU Please open a [new issue ](https://github.com/bauerj/paperless_app/issues/new?assignees=&labels=ios&template=ios_bug.md&title=) if you find a...
> Unless I missed it, it is not possible to send PDFs from files to this Paperless.app for uploading ? > > I suspect this is part of the limits...
Currently, the release process is a manual task. Ideally, release and testing would be automated so that the effort could be directed to improving the app. This will be especially...
For situations where you don't have internet access and need to access a document (e.g. you need to show a document at the Chinese border) offline access would be useful....
In some cases, a more compact list view without previews would be preferable.