Attila Kóbor
Attila Kóbor
We have some rare problem in latest jpype, when the python process is closing. ``` Fatal Python error: Segmentation fault Thread 0x00007fd21d345740 (most recent call first): File "/usr/local/lib/python3.10/site-packages/jpype/_core.py", line 356...
I decided to create a new issue, because I think the currently present issues don't exactly match my problem, and ask for different solutions: - https://github.com/astral-sh/uv/pull/2135 - https://github.com/astral-sh/uv/issues/2205 (also this...
If you try to use `--custom-template-dir` along with `--reuse-model`, The reused model is not using the same template as the original. The initializer is missing the template dir on construction.
I heard the feedback that this is a very much needed feature, so I tried to create a small snippet instead of trying to force the feature into the core....
 Enable/disable this feature with a flag in the options. Tried with default frames and ElvUI.
We are using uv inside CI/CD, and we are constantly hitting Memory kills by the kubernetes executor. We don't really want to increase the memory requests to high because it's...