vszakd
vszakd
Hello, from what I can see the nesting behaviour revolves around the `DDDragOpt.pause` option. But this option introduces a global lag (the user needs to stop for a while to...
Hello, is @Eng-Fouad solution definitive? Can this issue be marked as solved?
It looks available now: https://quarkus.io/guides/rabbitmq-dev-services. Or maybe that's just for the reactive extension?
> This resolved it for me: > > `RUSTFLAGS="-C link-args=-fstack-protector-all -lssp" cargo build ...` Does not work for me: /opt/homebrew/bin/aarch64-unknown-linux-gnu-ld.bfd: -f may not be used without -shared. I am cross...
Great @sfh-darknet, what version are you using inside the chart? What did you put in place of REDACTED? On Fri, 6 Oct 2023 at 12:08, sfh-darknet ***@***.***> wrote: > @vszakd...
Hello, does that mean that Jdbi can be used with Virtual Threads with no problems? Apart from thread-local storage, does it do any thread pinning?
I did some testing, if I integrate jdbi with Quarkus and run without VT (I created a demo project with a REST endpoint and a JMeter client calling it with...
I will create a minimal project that reproduces the problem
@stevenschlansker you can find a self-contained test project attached. Running it with JMeter with 100 threads POSTing on localhost:8080 this request body JSON: ``` { "label": "test" } ``` triggers...