Pedro López Mareque

Results 29 comments of Pedro López Mareque

Yeah I would love to help for sure! I've just finished the Introduction so if you have some ideas I'm really open to it. PD: @xleon thanks for your answer!

Thanks @nbarbettini. Actually, yesterday I realized about it. I started with the master branch but now I'm following the update one. We keep in touch!

@farmijo sure! You have the Spanish version in my profile! If you prefer tell me what chapters would you like to do and I’ll do the rest ok?

Hi @jegcode unfortunately I'm quite busy lately so feel free to continue!

Sorry @0xFelix and @roycaihw I think is good practice if you put first in the code the `to_dict` and later the `__serialize` as the first one calls the second and...

@0xFelix I mean just invert the order of the methods: Move the `to_dict` (from line 403 to line 393) method above the `__serialize` ![image](https://user-images.githubusercontent.com/3502075/195091640-cf7bb296-5a1b-4722-9c61-5c8871f97895.png)

Great job @0xFelix !! As you're using returns in each if you can simplify a little bit the method: ```python def __serialize(self, field): if isinstance(field, ResourceField): return { k: self.__serialize(v)...

@developer-guy @imjasonh maybe a can help here. ~~The idea is replace `Docker` using `ko` right?~~ Can you give some guidance please?

Hi everyone! Do we have any news regarding this issue? It's weird because in Lens the same logs are available but now in k9s. Thanks!

Hi everyone! After reading the issue, the examples and the e2e tests I would like to give it a try. As far as I understand I have to add a...