Bruno Lorenço Lopes

Results 8 issues of Bruno Lorenço Lopes

**Micronaut Version:** 1.2.0 **Micronaut Data Version:** 1.0.0-BUILD-SNAPSHOT **Postgres Version:** 9.5 I'm trying to use Micronaut Data JDBC, but I'm having trouble with inheritance. I have two classes: Student and RegularStudent...

type: enhancement

**Is your feature request related to a problem?** Yes. Currently, when I open one workspace in VSCode, it closes the window of another workspace that was opened in VSCode. **Which...

enhancement

Hi, I have the following classes in my application: ``` groovy class User { String username String password static searchable = true } class PersonUser extends User{ .... } class...

question

Hello, I read the documentation of this plugin, and didn't find a way to define my custom multi fields as defined in https://www.elastic.co/guide/en/elasticsearch/reference/1.4/_multi_fields.html. I know that is possible to use...

enhancement

I would like to change the readiness and liveness parameters of the galera instances. At this moment, the sst is trying to recover the database data, but the liveness healthcheck...

Modals were not showing, only the backdrop. I had to set the following styles to make them show: .modal { display: none !important; } .modal.show { display: block !important; }...

First of all, very thanks for this nice plugin! I was using it with Grails 4, and it worked like a charm. Now, I've updated Grails version to 5.1.1, and...

### I have searched through the issues and didn't find my problem. - [x] Confirm ### About the icon Micronaut is a modern, JVM-based, full-stack framework for building modular, easily...

request:icon