Matko Soric
Matko Soric
I am getting this error: ```ERROR 1200 (42Z00): Sequence already exists. tableName=HIBERNATE_SEQUENCE``` I can not configure my Entity class to seamlessly update existing table. However, the program runs as expected...
There is no difference with or without these lines in my case: ... @ImportResource(locations = "classpath:/META-INF/ctx.spring.weaving.xml") ... DynamicInstrumentationLoader.waitForInitialized(); DynamicInstrumentationLoader.initLoadTimeWeavingContext(); I am using HBase 1.4.9., Phoenix 4.14.1, and Spring Boot 2.0.1
It would be useful to have a _resizeable_ popup window for JSON content (showed after clicking on {...} ), instead of small _fixed_-size popup with scroll bars.
This is enhancement or suggestion: Just like there is utility method to create random string - ${#strings.randomAlphanumeric(count)} - there could be method in numbers to provide random integer or decimal.
I had a problem with automating aws-nuke due to interactive providing of account alias. Solution is already written on Stackoverflow, consisted in using --force flag: [Question](https://stackoverflow.com/questions/58439484/how-to-run-aws-nuke-without-providing-inputs-during-execution) Still, it would be...
We were getting errors with IAM roles while nuking accounts: `global - IAMRole - test-role-42021100407080948100000000d - time="2021-11-03T10:06:59Z" level=error msg="DeleteConflict: Cannot delete entity, must remove roles from instance profile first.\n\tstatus code:...