Matt Sicker

Results 65 issues of Matt Sicker

https://docs.microsoft.com/en-us/windows/win32/adschema/a-accountexpires > The date when the account expires. This value represents the number of 100-nanosecond intervals since January 1, 1601 (UTC). A value of 0 or 0x7FFFFFFFFFFFFFFF (9223372036854775807) indicates that...

### Issue Summary: The Kubernetes provider in particular has a problem with account management being far more dynamic than other cloud providers. This leads to complexity in deployment configurations and...

sig/kubernetes

I'd primarily be interested in support `java.net.InetAddress` and `java.net.InetSocketAddress`. Field type | Factory -------|-------- `InetAddress` | `InetAddress::getByName` `InetAddress[]` | `InetAddress::getAllByName` `InetSocketAddress` | `InetSocketAddress::new` (may need to split on last `:`...

There are a few unit tests that are basic benchmarks. These would work best with a framework like JMH. [This plugin](https://github.com/ktoso/sbt-jmh) is mostly all you need. Also, if you're not...

I was thinking it would be handy if I could either wrap an `LBufferAPI` into a `SeekableByteChannel` instance or similar. For instance, I may be handed a direct `ByteBuffer` from...

ZZ is an alias for ":x" (short for ":xit" or ":exit"), which itself is like ":wq" except it only writes if the file has been modified. I can't be the...

enhancement
beginner

This class provides configurable strategies to delete files and directories. Adapted from the work done in https://github.com/jenkinsci/jenkins/pull/3812. Signed-off-by: Matt Sicker @reviewbybees @garydgregory @jeffret-b

When a UserProperty is created, updated, or deleted, an audit log event should be logged containing information such as the user, the class of the UserProperty being updated, and a...

Some sort of documentation should be provided to users on the supported audit log events, supported configuration formats, and a general overview of what the plugin does. Inline help html...

Some sort of standardized approach for plugins to define and use their own audit log events while easily integrating with this plugin. Plugins should be able to add an optional...

discovery