Matt Brown

Results 14 issues of Matt Brown

A search at rubygems.org does not show any matches for "api_guides".

I am creating this issue to start to catalog some incompatibilities with Java 9's new module system. ``` [mattbrown@mattbrown-air ~]$ java -version java version "9" Java(TM) SE Runtime Environment (build...

bug
pinned

We should start building Helios on Java 11 in CI. This seems like it will be somewhat of a headache, or at least not possible today. We use the ["machine"-based...

pinned

``` $ kfctl version kfctl v0.7.1-2-g55f9b2a $ kfctl-0.7.1 show -h Show a generated kubeflow application. Usage: kfctl show [all(=default)|k8s|platform] [flags] Flags: -h, --help help for show -V, --verbose verbose output...

priority/p2
area/kfctl
kind/feature

Apologies if this should be created against https://github.com/garethr/kubernetes-json-schema instead. Attempting to validate a `apiextensions.k8s.io/v1beta1 CustomResourceDefinition` resource fails as the schema file in `$VERSION-standalone` is empty: ``` 1 error occurred: *...

bug

As seen in https://github.com/spotify/docker-client/issues/857#issuecomment-324380422, pulling the name of an image repository without specifying a tag (such as `dockerClient.pull("redis")`) causes the docker daemon to pull all the tags that it can...

help wanted
pinned

It looks like the class `magnolify.bigtable.ByteStringComparator` is accidentally being compiled with Java 11 since version 0.4.7: ``` $ javap -v -cp magnolify-bigtable_2.12-0.4.8.jar magnolify.bigtable.ByteStringComparator | grep "major version" major version: 55...

Looking at https://coveralls.io/github/spotify/folsom , the coverage graph shows all 0s since #84 was merged: ![image](https://user-images.githubusercontent.com/113840/34489254-9b1234a0-efa9-11e7-90b9-cf987a6338d3.png) This is because cobertura fails to instrument classes at runtime with exceptions like this in...

Some Github API responses will be paginated and return a JSON object like: ```json { "total_count": 50, "repositories: [ ... ] } ``` for example: https://docs.github.com/en/free-pro-team@latest/rest/reference/apps#list-repositories-accessible-to-the-app-installation It seems like these...

Looks like f6687ad45eccfa7928c9a54f3db2e3c660d9bbce didn't fully fix things, based on looking at https://bazel.build/external/module today:

team-OSS
team-Documentation
awaiting-review