Serkan80

Results 10 comments of Serkan80

I have a similar problem with the asterix (*) character, how can I escape that in my function ? ``` cmd search_in_devfiles ${{ clear noglob grep -iR --exclude-dir={target,docker,perftest,mocks,docs,node_modules,packages,archive} --include=*.{java,go,js,py,php,c,sh} "$1"...

@lmburns thanks ! That solved my problem. I didn't know about the `!{{ ... }}` syntax. And I had solved it by setting my shell into bash with: `set shell=bash`,...

Same issue, flushing takes too long even for very small recordings. I've given permission for the home folder in Flatseal. Does it need any other permissions that I'm not aware...

As someone else has mentioned earlier: when you downgrade to v2.2.1 then it works.

I've fixed it like this in my pom.xml ```xml org.jacoco jacoco-maven-plugin ${versions.jacoco} default-prepare-agent prepare-agent *QuarkusClassLoader ${project.build.directory}/jacoco-quarkus.exec ----> this is the fix true generate-code-coverage-report test report ``` Really, strange that I...

I have the same problem with closing processes, it’s not working and becomes really annoying. Is there a fix or a workaround for this ?

@rsvoboda this is already possible, but it is nowhere documented and I found it by accident. So it works something like this: ```java import io.quarkus.runtime.StartupEvent; import io.quarkus.runtime.rest.DisabledRestEndpoints; import jakarta.enterprise.event.Observes; import...

@rsvoboda I'm afraid that to achieve this through annotation, is going to be hard, because this needs to be a part of the MP OpenApi specification. So everyone needs to...

It would also nice to have an option to perform queries. So something like this: ![image](https://github.com/quarkusio/quarkus/assets/19950946/a3039a29-52bf-444c-afe5-c84045ac6d21)

Split pane down: ctrl +shift + e, also doesn't work on Linux (PopOS). And when I right click and select "split pane down", then it works. But when I press...