Ashish Datta
Ashish Datta
I have OpenNI and NITE installed and working fine - the demos load fine. I tried installing DepthJS as an unpacked Chrome extension and it looks like the chrome pieces...
### Bug description I'm trying to use the page-orientation CSS declaration to print a PDF with some pages rotated clockwise or counter-clockwise. This example HTML from Chromium works correctly when...
I tried to override the HTTP user agent being sent when using the http module with Rhino by editing the start up script but "Java/1.6.0_18" kept getting appended to it....
There's a bunch of StackOverflow answers and https://github.com/Kong/unirest-java/issues/197 pointing out how to disable SSL certificate and hostname checks using something like: ``` HttpClients.custom() .setSSLContext(new SSLContextBuilder().loadTrustMaterial(null, (x509Certificates, s) -> true).build()) .setSSLHostnameVerifier(NoopHostnameVerifier.INSTANCE)...