César Aguilera

Results 6 issues of César Aguilera

None of the atom-terminal plugin keybindings displays the terminal in foreground. Neither the shortcut ctrl+shift+T nor alt+shift+T. i.e if I use any of them the terminal is shown in background,...

Hi all, I just wanted to know if there's a possibility we can impose a particular order in execution of methods annotated with `@BeforeEach`. If so, which interface should I...

status: new

Hey guys, What's about adding JUnitParams to your resources list?? Basically, JUnitParams is a library which allows to create readable and maintainable parametrised tests. It is not widely known in...

##### Description `openapi-generator-maven-plugin` fails to include documentation for schemas in the generated HTML documentation, despite configuring the plugin to do so. ##### openapi-generator version 7.5.0 ##### plugin configuration ``` org.openapitools...

Issue: Bug

##### Description The current Java classes generated by the plugin exhibit a few notable issues: 1. Non-standard annotations such as `@javax.annotation.Nonnull` or `@javax.annotation.Nullable` from `com.google.code.findbugs:jsr305:3.0.2` are utilised. 2. Annotations are...

Issue: Bug

Hi all, I've been exploring this project, and I find it fascinating! I'm currently learning Rust, and I would love to build a JVM in Rust, inspired by what you've...