Francesco Guardiani
Francesco Guardiani
Implemented POC for [Async lambda RFC](https://github.com/vert-x3/wiki/wiki/RFC:-Asynchronous-lambdas-in-vertx-codegen) This pr changes the predicates on valid Function and Handler method parameters and adds TCK classes
**Is your feature request related to a problem? Please describe.** In my CLI I need to let the user select files navigating throughout the filesystem. Something along the lines of...
Hi all, I've been experimenting with tinygo having some fun prototyping a go wasm application hosted by wasmtime-java. Unfortunately, I hit a bug/missing feature when trying to access the memory:...
### Describe the bug Hi all, I'm trying to use an interceptor coming from an external package, which throws an exception when executing `interceptCall`. When this happens, quarkus will print...
**Is your feature request related to a problem? Please describe.** In most of my failpoints I need to use the condition to enable a fail point, but I rarely use...
## Environment * **IntelliJ Rust plugin version:** 0.4.200.5421-232 * **Rust toolchain version:** rustc 1.72.0 (5680fa18f 2023-08-23) * **IDE name and version:** CLion 2023.2.1 Build #CL-232.9559.58, built on August 22, 202...
## Description Hi all, I just stumbled on an interesting behavior mixing `ContextDataProvider` and `ThreadContext`. In short, my application is using a dependency that provides a custom `ContextDataProvider` through SPI,...
## Bug The local refs to another schema inside a path definition is not resolved using `ResolverFully`. This types of refs are discouraged, but they can be done according to...
As the title says, when using `enable.auto.commit` and Kafka is disconnected (e.g. kafka crashed), `drop(Consumer)` will block for around the same time of `session.timeout.ms`. When `enable.auto.commit` is disabled, and I...
Hi all, I'm using [sdk autoconfigure](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure) on Java and I was wondering, is there something similar for the rust sdk? Is not, is there any plan/idea to implement it?