Adrian Cole

Results 419 issues of Adrian Cole

**Is your feature request related to a problem? Please describe.** Right now, to configure a eureka server, you need to add several properties to try to inform its client config...

for team discussion

**Is your feature request related to a problem? Please describe.** Currently, we support non-blocking stdio and sockets, but not files. This leads to an awkward and unnecessary [skip in go's...

enhancement

Right now, we don't wrap ExitError, to avoid clutter in logs on an intentional exit. For example, we don't need to see the stack trace from main who is exiting...

**Is your feature request related to a problem? Please describe.** Right now, we can setup listeners for module and host-defined functions. However, we cannot listen on built-in functions, such as...

enhancement

The wit format is neat in that it gives hints like string to make better language bindings. However, in the process, it can be confusing what the actual imports will...

Hi, I think in wasm in general folks often are confused about the host/guest side of things, and one way to learn about this is through a page that shows...

## Feature Spring 6 requires Java 17+ and jakarta packages. This makes things more complicated than now because we release with JDK11, so that old spring can compile to Java...

enhancement

I've given up trying to convince trivy to consider maven-invoker-plugin a test vs a deployment. This adds a config and a helper script to run it ad-hoc.

Currently, PR tests take too long to verify.. 17 minutes. Most of the very long tests use docker. Besides that is dubbo which can be longer than 2 minutes to...

enhancement

This only fails in invoker tests that use an old version of kafka, and currently only in JDK 21... https://github.com/openzipkin/brave/actions/runs/7441570423/job/20243845744?pr=1395 ``` Error: [ERROR] Tests run: 7, Failures: 1, Errors: 0,...

bug