Results 68 comments of Zirak

IIUC the problem of kitten assignment is actually two problems: 1. Identify when an assignment is (un)necessary 2. Identify which assignments are liquid To give an example: - Science is...

Great points, thank you! I've completely missed the entrypoint. Regarding making it a default, I've done the following simple diff: ```diff @@ -180,11 +180,13 @@ class Resource: resource = _DEFAULT_RESOURCE...

Noticed the tests failing on python 3.8 - that's strange, will take a look

Apologies for the wait, life got in the way. I've pushed 4 commits: - Catching up with `main` (lmk if there's another preferred way of doing so) - Linting, I...

Thanks @lzchen. How are discussions like this usually handled? Comments here, the CNCF slack, SIG topic, etc.? I'd be happy to present it at a SIG if necessary.

Coolio, will revert it to not be a default

@lzchen It's no longer a default, could you take another look? Or @xrmx, what's the next step?

Here's the result of `pytest-benchmark compare --histogram`: ![benchmark_20250104_171648](https://github.com/user-attachments/assets/6729300f-c16e-4317-b086-12dbc98b7045) Here's the icicle chart with `snakeviz` from before the commit: ![image](https://github.com/user-attachments/assets/4d44fb9f-9b28-4488-8991-cfb5d1236c3f) And after: ![image](https://github.com/user-attachments/assets/1bc7e6ef-efb5-4a32-b8a0-572b44cc8601)