Chris Hennick
Chris Hennick
It'd be nice to be able to see which emojis had been used the most in the past e.g. 24 hours. For example, at the time of writing, ♻️ is...
Currently the simulator shows how much XM I'll spend firing the weapon, but not how much damage the portal will do to me, nor how much XM I'll gather from...
The following unit test environments are currently disabled and need updating to work on the current Azure environment. All broke in 2020 with changes made by Microsoft. - OpenJDK 8...
According to https://dev.azure.com/polymorpheus/BetterRandom/_releaseProgress?_a=release-environment-logs&releaseId=907&environmentId=907, the "Update version numbers" commit in release.sh only picked up 1 file.
☃️ Snowman is transparent, whereas ⛄ Snowman Without Snow is opaque white, so they don't match when the background isn't white. 
When I run ant test in c9.io, several tests fail due to HTTP 503 errors from random.org. Using the new JSON API (https://github.com/RandomOrg/JSON-RPC-Java) may help, since it lets random.org distinguish...
We're having a performance issue at https://circleci.com/gh/GlowstoneMC/Glowstone, where we use PowerMock 2.0.0-beta5 and have a lot of tests that use PowerMock with the same mocks inherited from a superclass. I've...
This PR improves both the performance of `nextExponential` and `nextGaussian` and the distribution of output at the tails. It fixes the following imperfections: * Repeatedly adding DoubleZigguratTables.exponentialX0 to extra causes...
`String.toLowerCase` gives different results depending on the server JVM's default locale (see http://lotusnotus.com/lotusnotus_en.nsf/dx/dotless-i-tolowercase-and-touppercase-functions-use-responsibly.htm), so for example "KICK" wouldn't become "kick" if the server locale was Turkish. Explicitly using English case...
I have the following in my component's scss file where I'm using ngx-image-zoom: ``` .ngxImageZoomFullContainer { cursor: zoom-out; } .ngxImageZoomThumbnail { cursor: zoom-in; } ``` However, in Chrome 83.0.4103.116, the...