yikuo123

Results 31 comments of yikuo123

> Actually it looks like we can provide custom exception messages! I only never saw it, because the constructor overloads do not show up on intellisense (WTF)?! > > This...

> @iflamed > > ``` > # If you have more than one domain, just > # export DEPLOY_ALI_CDN_DOMAIN="cdn1.example.com cdn2.example.com" > # > # The credentials are shared with all...

@brabebhin Hello, this is the sample video: https://tmp.link/f/6409a4e207e50

> Thanks. I downloaded the video, but i won't be able to take a look until Monday. > > Of the top of my head, here's some possible causes :...

@lukasf Yes, I still encounter color anomalies (Automatic/ForceFFmpegSoftwareDecoder) or black screen (AutomaticSystemDecoder/ForceSystemDecoder) when playing this video file. I have tried it on both my PC and Xbox, and the result...

> Okay, looks like this is a HDR video and it currently does not play well when the display does not support HDR (or HDR is not enabled). Actually, on...

``` java if (con.getResponseCode() != 200) { logger.debug("ignoring lookup resp:{} nsqlookupd:{} topic:{}", con.getResponseCode(), lookup, topic); continue; } in = new BufferedReader(new InputStreamReader(con.getInputStream())); ``` ``` finally { Util.closeQuietly(in); } ``` Even...

@micahben @blakesmith Hello, could you spare a moment for this issue? It addresses an issue leading to excessive ESTABLISHED connections. And PR #93 is ready for review, thank you! 🚀