Dave Syer

Results 113 issues of Dave Syer

We often find that we need to deserialize (e.g. from JSON) or bind to a class and all its nested classes (e.g. `InstanceInfo` in `spring-cloud-netflix-euraka-client`) and it's tedious and unnecessary...

type: enhancement

The webjars locator is really nice, and is configured automatically in Spring Boot, but it doesn't work in a native image because there is no directory traversal on the classpath...

type: compatibility

I needed to use Ruby 2.7.4 for a specific project that has that hard-coded in the `Gemfile`. Devcontainers standard containers only let me specify the minor version (2.7) and that...

Something bad happened in the upstream. Our Eureka client starter brings in servlet 2.5 (and a bunch of other crap that shouldn't be there). This is new in 3.0.0 (2.2...

bug

There is no standard governing the x-forwarded-proto header, so we may have guessed wrong. I can't exactly see how a csv list of hosts in x-forwarded-for makes sense without the...

bug

The feign and metrics packages have cycles with their sub-packages.

bug

The sample example `input.wat` from [@kripken 's blog](https://kripken.github.io/blog/wasm/2019/07/16/asyncify.html) fails to compile for me, so maybe I'm using the wrong tool: ``` $ wat2wasm input.wat > input.wasm input.wat:3:4: error: imports must...

Related to #146. I assume it is somehow possible to ask the web server in the sample apps to bind to a different address (host and port), but I can't...

``` $ kubectl apply -f k8s.yaml configmap/hello-world-wasi-c unchanged pod/hello-world-wasi-c created ``` then in the krustlet logs I see: ``` [2021-06-25T14:01:48Z ERROR kubelet::state::common::image_pull] OCI API error: authentication required, visit https://aka.ms/acr/authorization for...

bug

``` Oops! SparkleShare has crashed... :( If you want to help fix this crash, please report it at https://github.com/hbons/SparkleShare/issues and include the lines below. Remove any sensitive information like file...