Ajmal Kottilingal

Results 12 comments of Ajmal Kottilingal

@poopsicles I had the same issue when using Znap. I'd recommend removing Znap related code, and doing the manual install as follows: 1. Run `git clone https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autocomplete` This will...

Hey team, just curious, what happened to this issue? Was this decided against for any reason?

Hey @prabhu, unfortunately no progress on this yet, been quite busy with some other stuff, so had trouble prioritising this. Hopefully should be able to devote time to this this...

@felix-seifert or @Abhi347 perhaps for a review? 😄

I did consider tests, but the response for that endpoint is always a 204 with no body (similar to the `editComment` and `deleteComment` methods). Unsure what I'd be testing (perhaps...

@ebk45 @Abhi347 Added a test, please do let me know if you require further changes 😄

Could I get a review please 🙏 @ebk45 or @Abhi347 perhaps?

Update on this issue, the versions are most likely being mixed up. Found instances where one sub-project had the version of another sub-project in the same project. Also, some times...

Oh forgot and abandoned that when the link didn't work last time, will try again.

@prabhu if you look at [this line](https://github.com/ajmalab/dependency-diff-check/blob/dd9856d57a7196bf6db87018c2fbfaaf4338f357/sbom.json#L1707), you can see that the version is captured as `latest` for `dependency-diff-check-common-core`. However, [here](https://github.com/ajmalab/dependency-diff-check/blob/dd9856d57a7196bf6db87018c2fbfaaf4338f357/common-core/gradle.properties#L1C1-L1C1), [here](https://github.com/ajmalab/dependency-diff-check/blob/dd9856d57a7196bf6db87018c2fbfaaf4338f357/sbom.json#L90) and [here](https://github.com/ajmalab/dependency-diff-check/blob/dd9856d57a7196bf6db87018c2fbfaaf4338f357/sbom.json#L1677) you can see that the version...