Silvio Moioli

Results 125 comments of Silvio Moioli

@BenTheElder is there anything I could do to move this PR forward?

> we are in code freeze so until 1.32 there is no point in reviewing. Changes in this area are very complicated and with a very large blast radius with...

@richard-cox about chunk size: in my 2.9.1 setup `js/chunk-*.js` are all exactly matching (to the byte), apart from `chunk-vendors.*.js` which is 31001 bytes (~30 kB) longer.

Here is a stack trace from Chrome in the exact same situation, patched and unpatched: ![Screenshot 2024-10-22 at 11 08 51](https://github.com/user-attachments/assets/d5beaf02-8a44-4118-9c02-e33f6710160d) ![Screenshot 2024-10-22 at 11 07 31](https://github.com/user-attachments/assets/3464109a-b0ac-4d04-819c-6ac2adae432a) Many more function...

Please let me know if anything more is need from my part. Thanks for the reviews.

@richard-cox problem is a good part of that slowness comes from Steve's need to fetch the whole collection from Kubernetes. Even if we could filter the results in Steve, the...

@richard-cox: I agree this list looks too long to accept in a non-experimental version. Disabling them while the feature is experimental does not make sense to me. Better to have...

No, it is not solving the problem. My understanding is: - client-go < 1.26 did **not** cache TLS transport objects if `config.Dial` is non-nil, but such caching is necessary in...

> do you have some links to the specific code you are referring so I can get some context? Yes, but that is a bit buried, I hope I'll do...