Nick Williams
Nick Williams
Add several methods and two new types for session state tracking: - `session_state_changed` indicates whether session state has changed - `get_session_gtids` returns a list of GTIDs created by the just-committed...
I'll outline a description of the precise problem here, but if you're looking for a deep-dive on exactly how I arrived here, including sample code, take a look at [this...
Support BSD variants (willing to make pull request, but need to be pointed in the right direction)
I'm the author behind [ifaddrs4u](https://github.com/OddSource/ifaddrs4u). The CPP project is compiling successfully (with CMake) on macOS, RHEL, Ubuntu, Windows, and BSD (FreeBSD and NetBSD). When I went to add compilation of...
Per issue #81, added a new `GooglePlacesAPIError` to allow including `url` and `status_code` attributes that can be used by client code for better error handling. Went the route of a...
I'm using SpotBugs 3.1.8 via the `spotbugs-maven-plugin` 3.1.8. I'm getting the following error. Unfortunately, this output is with maximum debug/traces turned on. There is no other information. Nothing at all...
Starting with Java 8, the `SecurityManager#checkMemberAccess` method has been deprecated. Calls to it have been removed. As such, the `LicenseSecurityManager` does not still achieve its goal of protecting the License...
I'm using SpotBugs 3.1.8 via the `spotbugs-maven-plugin` 3.1.8. I'm getting the following error. Unfortunately, this output is with maximum debug/traces turned on. There is no other information. Nothing at all...