Fernando Hoyos

Results 31 comments of Fernando Hoyos

OSSM 2.5 is released, so we can merge backports to v1.73 branch

@jshaughn that's weird... can you check that you receive translation.json file correctly from backend server? ![image](https://github.com/kiali/kiali/assets/122779323/3b37ba7f-8c94-40b2-813f-f1c81ba60f93) Thanks for the suggestions. I have added a check icon to know which is...

> With the latest update I am seeing the check mark. This is fine for me, no need to change from my side. Cool, I also like more the language...

> > > With the latest update I am seeing the check mark. This is fine for me, no need to change from my side. > > > > >...

> This new feature warrants a new doc page somewhere on kiali.io. Maybe under "Features"? "Features > I18N support" ?? > > Do we have plans for kiali.io docs to...

It does not hurt unless any malicious PR change It manually (it is the source of truth for i18n). Maybe it is safer to ignore it (I can check it...

Yes, although they are not the same thing, in most cases both of them can be used. In my opinion arrow functions are often preferred for their readability and shorter...

Closing the issue, maybe it is better to be flexible and let developers use what they need in each use case (although it is preferred to use arrow functions according...

I took a look to redux toolkit in the past and it is great to remove redux boilerplate and simplify the code. Wrt to OSSMC we need to check that...

No, I don't think so. Redux-toolkit does not necessarily increase the performance of the application. It is more focused to simplify redux code and automate some error-prone manual stuff. These...