Marco Massenzio
Marco Massenzio
I was trying out Zero and, to avoid regrets later, I was running it with a "low privilege" user (`dev`). This caused errors when TF tried to make changes to...
Several of the TF actions in the `infrastructure/terraform/environments/shared` folder make changes to the Roles and Policies in AIM, and require to essentially run the `zero apply` with an `Admin`-level user;...
Currently, running this plugin (which is awesome, thanks!) generates a lot of unnecessary warnings. Would it be possible to have something akin to: ``` subprojects { tasks.withType(Javadoc) { options.addStringOption('Xdoclint:none', '-quiet')...
This looks awesome! I have a definite preference for RST for my documentation (and it's usually built as a multi-file, hierarchical structure). I'm wondering how difficult would it be to...
**Is your feature request related to a problem? Please describe.** Once the focus is given to a `TextInput` the "soft" keyboard appears on screen, and there appears to be no...
Currently the plugin "force assumes" the build directory to be the default CLion `cmake-build-debug` and uses it in the invocation via the `if` flag: ``` /usr/local/bin/conan install /Users/marco/Development/gossip -if=/Users/marco/Development/gossip/cmake-build-debug -pr=default...
Provides guidance to avoid error when downloading pre-trained model
Upgrading to the most recent Spring version, raises a number of deprecation warnings: ``` > Task :jwt-opa:compileJava /home/marco/Development/jwt-opa/jwt-opa/src/main/java/com/alertavert/opa/configuration/JwtSecurityConfiguration.java:65: warning: [removal] csrf() in ServerHttpSecurity has been deprecated and marked for removal...