Cosimo Damiano Prete

Results 195 comments of Cosimo Damiano Prete

In the end I fixed it for Maven with https://maven.apache.org/plugins/maven-assembly-plugin/examples/single/using-container-descriptor-handlers.html

Why would disk size matter here? I'm deleting records, therefore I'm reclaiming space. :) The thread would be interrupted only in case of errors, but there aren't any apart that...

> Greetings. > > From my understanding, even a `DELETE` will occupy (much!) additional table space first because the transaction will need to be held somewhere (including index maintenance) while...

> > Why would disk size matter here? > > Because database systems have transactions and their isolation levels. If you've deleted something in one transaction, other transactions may still...

> Hi [@cdprete](https://github.com/cdprete) , there are no roles in Spring Boot Admin. All users have the same permissions. > > There can be some kind of read-only mode built with...

Hi @erikpetzold. I use the chance of this ticket being open to say that, ideally, also `CustomCsrfFilter` mentioned in the example https://docs.spring-boot-admin.com/3.4.1/security.html should be shown in there, in my opinion....

> We are discussing this internally. This would imply some big changes to how Spring Boot Admin works and what it is used for. But we also see the benefits...

I managed to make it work with `flutter config --android-sdk ""` and moving the Android SDK in a folder where we have execute rights.

> Hi @cdprete, if you enter the `flutter devices` command, what do you see? > > > but I can't get any "device" (browsers or Windows itself) attached to it....

> What version of intellij are you using and are you using the latest version of the flutter intellij plugin? I'm using IDEA Ultimate 2024.1.1 241.15989.150 with the latest version...