Bruno Lorenço Lopes

Results 24 comments of Bruno Lorenço Lopes

@EdisonDevadoss , I hope this helps you: https://www.elastic.co/guide/en/beats/filebeat/current/logstash-output.html#logstash-output If you have any problem, please tell me.

@Richard87 , do you think this approach would work with skaffold portForward technique? Something like this: ``` - resourceType: service resourceName: xdebug-svc port: 9003 localPort: 9003 ``` Of course I...

Using prefetch rows, I could load more data, but the problem continues.

Also, column names mapped in super class override column names mapped in subclasses. Selects use the name defined in super class.

@jandubois , I noticed that docker is started, but in my machine, it starts after RD has already tried many times. It only occurs in virtual machines. In my notebook...

I detected the same problem here. Perhaps it would be nice to use the following command ``` restic --no-lock list locks ``` This way it is possible to detect logs...

The plugin is amazing, and I'll use it as it is, but I agree that this would be a nice addition.

> This would require a join on the tables, we will consider it. Thanks for the feedback. This would be very nice :smile:. I'm currently migrating an old system to...

I tried to create an abstract class (parent class), and create a table per entity (child class). But Micronaut does not map attributes of the parent class. Is there a...