Peter Gardfjäll

Results 16 issues of Peter Gardfjäll

First off, thanks for a very useful tool! For many code generators it is customary to add a header comment that indicates that the file is a generated one and,...

Running openstack4j 3.0.3 I see some weird parsing behavior when query results from Ceilometer are being deserialized. The following code: ``` List

bug

Running KairosDB 1.1.1 I noticed that running a query with the `gaps` aggregator and a small sampling interval (such as a millisecond) over a time-series with many data points (say...

enhancement

#### Description I'm trying to understand python dependency management in general, and `pipgrep`'s approach specifically. In particular, I'd like to understand if it is possible, at all, to determine dependencies...

question

Hi, using `go-git` (`v4.13.1`) I'm trying to accomplish the equivalent of ``` git clone https://github.com/hamcrest/JavaHamcrest.git cd JavaHamcrest git checkout hamcrest-java-1.3 ``` That is, checkout a certain repository tag. However, I...

The implementation of `Remote.List()` lists does not preserve the reference order as found in the remote repo. To reproduce this behavior, try running https://github.com/src-d/go-git/blob/master/_examples/ls-remote/main.go against a repo several times and...

I'm unsure at this point if I've encountered a bug or not, but I'm seeing some inconsistencies between go-git's `PushContext` and command-line `git` and wanted to ask for some guidance....

A Python package sometimes differs in content/dependencies depending on things such as the targeted operating system, version of the Python interpreter (2 vs 3, for instance) and depending on which...

PURL type definition
PURL qualifiers component

The GleSYS API supports passing in a root password as well as a data transfer limit when creating a new server instance (see https://github.com/GleSYS/API/wiki/API-Documentation#wiki-servercreate). However, these parameters are not supported...

**Describe the bug** We recently discovered that Cadence does not honor `MaxConcurrentActivityExecutionSize` when the default value for `TaskListActivitiesPerSecond` is used. Notably it seemed that whenever we started a workflow, the...