derari
derari
Basically, I would like a command like `find` where entries are grouped by file, not by key. Likewise, I would also like to limit the search to specific files. This...
I am regulary getting BackPressureFailures from my RabbitMQ consumer in my Quarkus (2.12.2-Final, Java 17) application. ``` io.smallrye.mutiny.subscription.BackPressureFailure: Buffer full, cannot emit item at io.smallrye.mutiny.operators.multi.MultiFlatMapOp$FlatMapMainSubscriber.failOverflow(MultiFlatMapOp.java:541) at io.smallrye.mutiny.operators.multi.MultiFlatMapOp$FlatMapMainSubscriber.tryEmit(MultiFlatMapOp.java:243) at io.smallrye.mutiny.operators.multi.MultiFlatMapOp$FlatMapInner.onItem(MultiFlatMapOp.java:607) at...
### Description I am building an extension that adds a Dev UI for showing and managing JPA entities.  The goal is to build it in such a way that...
Running with the latest version ``` docker run --rm -ti -v .:/app denoland/deno:alpine sh # cd /app # deno task css Task css deno run -qA tool/css.ts src/missing.css && deno...
UnleashContext allows gradual rollout of features based on userId, amongst other things. This MR adds a @RequestScoped UnleashContext that is used by the feature toggle producer. Applications can use customizers...
When I sync a workspace where a page contains a Mermaid diagram, the sync never finishes. The console shows this error 
This adds a Notifier to the configuration that logs the Wiremock output using the default quarkus logging mechanism. Verbosity can be configured via `quarkus.log.category."io.quarkiverse.wiremock.devservice.WireMockServer".level=ERROR`
This issue will be opened and closed depending on the state of https://github.com/quarkiverse/quarkus-nagios build against Quarkus main SNAPSHOT. If you are interested in being notified, please subscribe to this issue.
Adds a adf plugin to the publisher that adds support for jira links for the [Obsidian Jira Plugin](https://github.com/marc0l92/obsidian-jira-issue) Currently, only inline jira code blocks are supported ``` Look at this...