Jerry Jacobs
Jerry Jacobs
It would be nice when it is stable enough to create a downloadable release (with github releases) so I don't have to build it myself. Thanks!
When writing unaligned files, and the Writer Write function returns n+n2, err it simply panics when writing to a bytes.Buffer with io.Copy. I have created a testcase: https://github.com/xor-gate/ar/commit/9e954ed1813f6fab8801215ae0667c009e348ddc See: *...
I got a private email with the following question: > I try to use debpkg project to automactly build .deb packages but i did't find the way to add postinst...
There are use-cases where people would like to write raw control tarball files and bypassing pieces of the API. But we should implement a parser for those files and validators....
To save disk space and download traffic we could compress de data archive with tar.xz instead of tar.gz. We need to sort this out.
**Describe your feature request** When using the Print -> PDF feature (probably macOS supplied) the printed font can not be selected. **Additional context** I'm not sure about the markdown ->...
Currently the auto-update cannot be opt-out and is always enabled. We should be able to disable it with a checkbox in the preferences dialog. This is a followup of #181
Currently syncthing daemon HTTP REST calls are handbrewed, we should map them to native objects which is more convienent using https://github.com/RestKit/RestKit
Notifications where user intervention is necessary should be implemented for the following cases: * A new folder is shared * A new device is peered Enhancement is based on: https://forum.syncthing.net/t/syncthing-for-macos/2745/22
Probably because the call and response is synchronous the icon is "clicked blue color" (in dark mode) for several seconds when rescan call is not answered. Maybe we should put...