Jan C. Borchardt
Jan C. Borchardt
It seems that the compression is lossy? This is a PNG logo I compressed the other day. Original:  Shrunk file, note the staircase effect: ...
Hey Guillaume! I found your repository and saw you want to work with remoteStorage. This is pretty magnificent! Did you see the [remoteStorage.js library](http://github.com/unhosted/remoteStorage.js)? Coming Friday there will even be...
Good news! We released remotestorage.js 0.7 and launched our new website. Now you can actually integrate Remotestorage to your app: http://remotestorage.io/integrate/ Let us know if you have any questions, either...
https://nextcloud.com Thanks for the cool blog, and cheers from @opensourcedesign :)
The script seems to assume Raspbian, so it would make sense to use the Linux packages instead of the generic zip files: http://owncloud.org/install/#instructions-packages The commands for that are ``` echo...
Currently there’s a check for the `git` and `dialog` packages. If they are not present, the setup exits: https://github.com/petrockblog/OwncloudPie/blob/b7849d2a494e19f5b82d2ac5d66dc387a2af7b0f/owncloudpie_setup.sh#L65-L66 Instead, we could just let the script do the commands and...
Great on the grid! Now what would be cool is functionality to have the object you move (or point) snap to that grid. Best toggleable or possible to disable in...
Currently everything is just one stream. Would be cool to be able to focus on one feed or one folder. Also to be able to view only Starred articles for...
Swiping left-right between articles is great, but currently the switch between them is not noticeable and very confusing. Instead, there should be a left-right animation as you swipe the articles....
Currently you need to put in an exact server address, including the protocol. Otherwise you get an error: »Please add a server url that starts with http.« Instead, it should...