Augusto Melo

Results 18 comments of Augusto Melo

Yeah a believe the problem is in this part: https://github.com/careercup/CtCI-6th-Edition/blob/ee6781560cb61c12a2b8cc3ef3493de3891d82c2/Java/Ch%2004.%20Trees%20and%20Graphs/Q4_05_Validate_BST/Question.java#L27 How the left most item will be greater than the root ? I believe the correct why to check is:...

@mariofusco bellow you may find the example project ( it is not the same, but it has the same error) [project with error](https://github.com/augustomelo/kie-drool-problem) logs from the the project: ``` 2024-02-27T14:16:21.303Z...

There is this alternative as well - https://github.com/sethvargo/go-envconfig

This PR is still pending: - [x] Add unit e2e test to cover the other scenarios - [x] Add documentation

Hello @panticmilos could you approve the workflow run ? I tested it locally with [act](https://github.com/nektos/act) and it was fine, just wanted to sure that I didn't break anything

Hey, regarding the failing workflows, I believe there is something strange with them, because for example the code scanning: * [GitHub Code Scanning / CodeQL](https://github.com/actions/setup-java/pull/441/checks?check_run_id=10718353077) complains in a file that...

Hey @panticmilos thanks for the reply! Sure thing I will have a look on it once I have the time 😄

hey @panticmilos did a refactor using regex, unfortunately I had to remove a way that the java version is retrieved from the `maven-compiler-plugin`, because I don't think it will reliably...

hey @tim-we, thanks for the review and I much appreciate the suggestion the solution is much better now! I am not sure why, but when I read the xmlbuilder2 I...

hey @tim-we I didn't forgot about this, when I had the time I will apply the changes. I was thinking about also add support to gradle, but I currently don't...