Luís Duarte

Results 37 comments of Luís Duarte

Can't we just include a shaded copy of Jackson JR instead of having External Dependency? Similar to what was already done in AWS SDK for Java V2 ?

For Java 17 all you need is `module-info.java`. Jigsaw is now mandatory

There's something in the Shadow Jar task that is generating a `module-info.class` with improper data. So far thin doesn't works properly, but we're using our own dependencies. Jigsaw is pretty...

I will try that. In the meanwhile to reproduce the issue you can just use this pre-configured [Micronaut app](https://micronaut.io/launch/?type=FUNCTION&name=demo&package=com.example&javaVersion=JDK_11&lang=JAVA&build=GRADLE_KOTLIN&test=JUNIT&features=graalvm&features=logback&features=tracing-opentelemetry-exporter-otlp&version=3.6.0) and add the Encoder (you must add the dependency) cc @msailes...

any ETA on this one?

🤔 , i think in the original game you can't even place objects that are not reachable.

The first option you can use an OpenGL shader directly on top of the rendered bitmap. And let the GPU do all the work

I'm not shocked about using OpenGL for rendering and SDL2 for Resource Loading. OpenGL is the most portable way of rendering graphics

This happens because `umask` in some Distros is by default 027, which means all permissions get created with no `Others` Execution TestContainers by default in `POSIX` environments uses the [default...