Jacob Marble
Jacob Marble
# First Thank you. This is a great presentation tool. # Problem I would like my straight quotes to be converted to curly quotes. However, this frontmatter doesn't convert the...
Function AXAPIEnabled() has been deprecated, and apparently removed at or before MacOS 12.3. The code already checks for the presence of its replacement, AXIsProcessTrustedWithOptions(). With this change, only AXIsProcessTrustedWithOptions() is...
When "Add AutoValue Builder" is invoked, include this abstract method: ```java public abstract Builder toBuilder(); ``` https://github.com/google/auto/blob/master/value/userguide/builders-howto.md#to_builder
Notice that the abstract method `firstName()` has type `Integer`. I invoked the plugin when it had type `String`. "Update AutoValue generated methods" is disabled unless I also change the name...
The README file suggest that Debian package `dh-systemd` is required to build the .deb package. However, that package was marked as "transitional" several years ago, and does not exist in...
Helps #8657 This change adds field `ChronoUnit unit` to `TimestampType`, such that `TimestampType` now represents four specified types: - `timestamp` (existing) - `timestamptz` (existing) - `timestamp_ns` (new #8683) - `timestamptz_ns`...
## Which problem is this PR solving? Resolves #4413 ## Short description of the changes - define the metrics gRPC API in protos - refactor: move two subpackages of plugin/storage/grpc...
Closes #257
Querying percentiles from bucket/Prometheus-style histograms is awkward. Let's add the ability to extract a set of percentiles from histograms as they are converted from otel histograms to line protocol.