Piers Titus van der Torren
Piers Titus van der Torren
Thanks for noticing, I didn't test it with 2.6.5 yet. To make "make prog" work for all users (in plugdev group) put the following line in `/etc/udev/rules.d/45-stm32.rules`: ``` ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11",...
Wulingate.com does work for me, it does show a warning: ```WebRTC: Using more than two STUN/TURN servers slows down discovery```
I've got the same, devices are detected smoothly, but sending a file or message doesn't do anything. I did some tests, and some setups do work: - Android to Android...
I do recognize this, I'm suffering too from erratic cursor movements when inserting a space is intended. I think it could be solved by adding a minimum hold time, so...
Good to see you know about this problem, it took me a while to find this issue. It would be nice to do a little check on `affine` and give...
There are two cases: 1. Orthogonal projection is quite easy as it the point size is the same for all the points, so can be set with setPointSize (in ccPointCloud.cpp...
FIY: the kind of buggy graphics I get with `GL_POINT_DISTANCE_ATTENUATION`: vertical lines, many points disappeared, and some get large and vary quickly when moving. 
I made a pull request related to this issue, https://github.com/deadalnix/pixel-saver/pull/97 I moved the buttons to just besides the AppMenu, so is is visually clear to which window the buttons belong...
Ok, I forgot to check the other open pull requests, and I see there are already some related ones. So I'll add some more reasoning: I do like your idea...
I understand the reasons, and indeed feel it's confusing to have the button act on a different window than the title is shown of. > I think the most sensible...