Aaron Barany
Aaron Barany
I've been getting numerous errors with using the calendar with Thunderbird 78.5.1 and DavMail using Office 365. Modifications aren't saved, including dismissing reminders, and every time it synchronizes it gets...
The current random shuffling that's enabled by default declares a `static mt19937 randGenerator(9001)` in Triangulation.h. By declaring the variable as `static`, this has two main effects: 1. The variable will...
When updating to the latest revision of Clipper2, we encountered a regression due to #825 for removing the type casting in `IsCollinear()`. In this test case, we have four points...
### Describe the issue If testing is disabled, I would expect all dependencies on googletest to be removed. However, the internal `test_allocator` target inside of the container directory still gets...
For context, I am writing this as a client connecting to a proxy built on goproxy. When running at scale with HTTPS connections going through a proxy, I have occasionally...
# Pull Request Checklist * [x] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [x] Have you [squashed your commits](https://www.playframework.com/documentation/latest/WorkingWithGit#Squashing-commits)? * [x] Have you added copyright headers to new files?...
When writing JSON data from the Scala framework with JVM, you currently only have options to convert the `JsValue` instances to a string or byte array. However, if you have...
The current implementation creates a new `HttpClient` instance with every new request. This is inefficient as it will: 1. Need to spin up a new Executor each time it runs...
### Is your feature request related to a problem? Please describe. When updating the Java installation location, the bloop configuration retains the original installation path, causing the build to fail...