James Ward

Results 82 issues of James Ward

Pretty error message. Or maybe not show projects that the user can't actually use for deploy. @grant

enhancement

Using `1.7.0`: 1. I created `src/graal/reflect.json` 1. I specify `"-H:ReflectionConfigurationFiles=stage/resources/reflect.json"` in my `graalVMNativeImageOptions` 1. I do not have `graalVMNativeImageGraalVersion` set 1. I run `graalvm-native-image:packageBin` but the resources do not get...

bug
graalvm

By default the Knative `KafkaSink` sends messages in *structured* mode. And my `CloudEventDeserializer` was failing to handle that form. Switching the `KafkaSink` to *binary* worked. But it'd be great if...

needs-user-input

**Describe the bug** I get: ``` Warning: Please apply google-services plugin at the bottom of the build file. ``` **To Reproduce** Steps to reproduce the behavior: ``` plugins { id("com.android.application")...

When using `jib` via Maven or Gradle the credentials helpers just work, ie: ``` /mvnw compile jib:build -Dimage=gcr.io/jw-demo/foo ``` But with sbt-jib it doesn't work whether I set `jibTargetImageCredentialHelper :=...

We'd like to make this builder image the default builder image in Cloud Run Button but we need some additional buildpacks: - Ruby - PHP - Scala / sbt I'd...

kind/enhancement
lang/php
lang/ruby

Python uses have reported friction around the entrypoint. There isn't a standard way in the Python world to start an app. Users can use an env var or `Procfile` to...

kind/enhancement
lang/python

For some reason our tests are flappy on CI. Need to investigate. It seemed that in the past we were able to make them less flappy with: https://github.com/grpc/grpc-kotlin/blob/master/interop_testing/src/main/java/io/grpc/testing/integration/AbstractInteropTest.kt#L189-L199

Kotlin 1.4 is out. But if we switch, is it backwards compatible to 1.3?

See: https://github.com/GoogleCloudPlatform/kotlin-samples/issues/76