Trustin Lee
Trustin Lee
- Could a user specify different logging settings for different target groups? For example, a user might want to lower the log level or rate for WEB but not for...
There might be more than 1 commit involved in a mirroring attempt. Should we show every commit message (up to N commits)?
At second thought, we probably should show the latest one only, given we're going to use shallow clone and shallow fetch (see #801).
Closed via #818 Thanks, @thachlp!
I'm not sure why, but I have 5 DualShock 4 controllers (yes, five), and all of them seem to emit ever-changing left/right_analog_x/y values around the center value (like 120~130), resulting...
I don't have this problem. Maybe it's fixed in the upstream or it only affects certain setup?
The problem (stuttering) seems to start to appear once I refresh the web page that has flash audio. Switching the output device to something else and then back again works...
Installing libflashsupport fixes the problem completely for me. I'd say this is a Flash problem.
Here's the PR for this issue. Please take a look! :pray: #8
@bchazalet A good starting point would be to look at the test case in Netty: https://github.com/netty/netty/blob/4.1/handler-proxy/src/test/java/io/netty/handler/proxy/ProxyHandlerTest.java It tests various cases, but they are essentially same. - Insert proxy handlers into...