Greg Oledzki

Results 60 issues of Greg Oledzki

> target: numeric [0.0, 1.0) # budget target for given objective of the SLO > timeSliceTarget: numeric (0.0, 1.0] # required only when budgetingMethod is set to TimeSlices This assumes...

schema

**What** The current `SampleBuilder` interface's only method has the following signature: ``` Collector.MetricFamilySamples.Sample createSample(String dropwizardName, String nameSuffix, List additionalLabelNames, List additionalLabelValues, double value); ``` It would be useful for us...

In case of a syntax error Scalastyle will give you only the byte (char?) offset. It would be more useful if it printed line number. ## Steps to reproduce ```...

Scalastyle checker silently swallows exceptions, e.g. Scalastyle runs fine with the following configuration file reporting no errors: ``` Scalastyle configuration ``` It's error-prone. A project can keep thinking its configuration...

fixes #43 - allows to specify `NUMBER_OF_LOG_FILES_TO_KEEP` environment variable.

The number of log files to be kept for Confluence is configured by `log4j.properties` located (unfortunately) in the `CONF_INSTALL` directory, not the Confluence home one. And thus, I suppose it's...

In Confluence logs you can observe a flood of message like this one: ` 2016-11-24 20:11:20,004 WARN [Timer-0] [java.util.prefs] log Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.` That...

### Key information - Joda-Time version: 2.9.3 ### Program ``` import org.joda.time.*; public class PeriodMain { public static void main(String[] argv) { System.out.println(java.util.TimeZone.getDefault().getDisplayName()); System.out.println(org.joda.time.DateTimeZone.getDefault()); long period = 10000000000000000L; new Period(period,...

NeedsInvestigation