Peter Janes

Results 14 issues of Peter Janes

This will make it easier to use the plugin with http://jmeter.lazerycode.com/

`kubepug -k8s-version v1.21.0 --input-file deprecated-cronjob.yaml --error-on-deleted --error-on-deprecated` passes for this file (using `v1.21.0`, `v1.22.0`, and `v1.23.0`) but when deploying it to a v1.21.0 cluster I get the warning `Warning: batch/v1beta1...

I'm seeing "Found invalid yaml" warnings on input that contains `---` in a value, e.g. ```yaml apiVersion: v1 kind: ConfigMap metadata: name: foo data: FOO: '---' ``` ```bash $ kubepug...

bug
Priority/High

This hasn't obviously broken anything in my installation, but I haven't done exhaustive testing on it either.

If I source `gitprompt.sh` before `atuin` is initialized then both work well. If I swap the order then `atuin` doesn't work. (It's an easy workaround, but I'm noting it here...

**Describe the bug** When the rest break interval has elapsed, two "Rest break" windows appear. One can be moved around the screen, while the other (which is in the same...

bug
os: linux
env: gnome

I believe the following is valid JAX-RS (at least, it works, in my CXF-based service): ``` java @POST public Response foo(ClassOne body) {...} @POST public Response bar(ClassTwo body) {...} ```...

**App version:** 1.6.4.5 (Google Play beta) **Android version**: 8.1 (March patches) **Device model**: Nexus 6P **Expected behaviour**: When an exclude filter is set for a podcast, an episode should not...

Type: Feature request
Needs: Triage

Update to use sonar-scanner and support SonarQube 4.5+

I'd expect that parsing a day with no year would imply using the year of the reference date, but if the reference is more than 6 months after the relative...