Gregor Riepl
                                            Gregor Riepl
                                        
                                    Can you explain or show graphically what exactly you mean with Sliding edge? If it is what I think it is, try lowering the -w and -h values. According to...
Ok. Will do. Thank you!
Firmware is up: https://github.com/onitake/gsl-firmware/tree/master/firmware/onda/v891w I have marked it as untested. If you can test it on your device and get good results, please notify me and I'll update the readme.
@youling257 I have generated silead_ts.fw using the -w and -h parameters you gave me, should I change them? Which are the best values for you? About the left offset, I'm...
This is actually not Debian-specific - the same rules can be applied to all distributions that use Debian packaging tools. Debian versions were specifically introduced for software that does not...
Finding a mentor who will take care of uploading should be less of a problem, and once a package has been accepted, updates will be accepted faster. The bulk of...
Well, the heuristics employed by Lintian are not very smart, and the Debian developers are very picky about most of the checks. On the other hand, the pickiness helps finding...
All right. I found out how to add custom build steps to setuptools. Here's a patch that deals with the JS files. Please take a look at the PR description,...
I did remove the files, because otherwise they would be picked up by Lintian again. How do you run scudcloud from the dev tree, normally? I suppose a good solution...
Speaking of `package_data`, I just discovered [this](http://blog.codekills.net/2011/07/15/lies,-more-lies-and-python-packaging-documentation-on--package_data-/). I suppose it's useless anyway, just put everything except leftpane.js and scudcloud.js in MANIFEST.in, and let setuptools and MinifyJsBuildCommand take care of the...