Yadhukrishna S Pai

Results 15 comments of Yadhukrishna S Pai

Hello @dieppa , I had a look at the codebase and wanted to confirm a few things, 1. We only want to allow exactly one constructor in the `@ChangeUnit` class...

Hello @dieppa, I know didn't tag me, so not sure If you were talking to me for the changes, If you were, I'd be glad to have a stab at...

I'm summarizing the acceptance criteria that I understood: 1. Existing ChangeUnits should run without any exception but with a warning `Mark one public constructor in the @ChangeUnit with @ChangeUnitConstructor denoting...

@msmerc, dieppa did say we don't want to break what already works for version 5, Hence all the warning scenario in version 5, would become error in version 6. This...

Yes, I'm working on deploy branch only, but just saw that code in master has some tests failures and since it was not caught earlier, thought of adding this issue

calling https://developer.apple.com/documentation/applicationservices/1459186-axisprocesstrustedwithoptions on launch post installation should fix this right?

Is this still something we're interested in? If so, can you confirm if my following understanding of the design is correct? 1. The Criteria class will have the static method...

I might be wrong, but I don't think this is ideal, Criteria being a concrete class if supports an interface type as parameter while returning a concrete instance of Criteria...

HI @christophstrobl to understand the issue, the problem is that we're re computing same thing again right?, of checking for possible converter so instead of doing the ternary operator we...

@christophstrobl @mp911de is this still relevent? if so, can you please let me know on the above query?