uwu-420
uwu-420
### What happened? In the `Makefile` the compiler flag `-fPIC` is used but in `CMakeLists.txt` it is not. Would it make sense to add that flag for CMake builds as...
### What happened? Does the `--config Release` part in the readme even do something compared to leaving it out? Seems to be the default behavior? https://github.com/ggerganov/llama.cpp/blob/a04a953cab583f0229e7b4b506346e3e9a85c8d0/README.md?plain=1#L348C3-L348C39 ### Name and Version...
Hi all, thanks for making uv! To not hijack the original issue any further I want to add to a question I had in [#3454](https://github.com/astral-sh/uv/issues/3454#issuecomment-2487971792). I need the macOS deployment...
Hi, thanks for having made such a great example monorepo and the according blogpost! I'm curious about the current state of python tooling for monorepos and you seem to be...
Hi, thanks for making pytest! I'm trying out a monorepo setup which has a `pyproject.toml` file at the root level and one per sub-project in the monorepo. Ideally, I'd like...
Hi all, thanks for making opencv-python! I read about the deprecation of macOS builds for old versions like macOS 10.14 e.g. here https://github.com/actions/runner-images/issues/5583 but I wonder if it would be...
This is about > ⚡ On JIT restricted platforms (Consoles, iOS) I think that C# can get a ⚡ just like Kotlin, Java, and Scala did because of [Native AOT](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/)....
I just tried compiling llama-cpp-python with `GGML_BACKEND_DL=ON` and `GGML_CPU_ALL_VARIANTS=ON` to make use of this nice feature with dynamic dispatch to a dynamically loaded backend, which e.g. made it possible to...
### Checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
135 Modern Python Logging - JSON logger won't get exec_info when using logging.handlers.QueueHandler
[This part ](https://github.com/mCodingLLC/VideosSampleCode/blob/4cd26933ededb6716f9cdf954365dd1a6f169344/videos/135_modern_logging/mylogger.py#L54C9-L58C78)will never get `exec_info` and similar things when using a `logging.handlers.QueueHandler`. It's because this [bad boy](https://github.com/python/cpython/blob/main/Lib/logging/handlers.py#L1453C1-L1484C22) prepares the log record for pickling no matter if it's necessary (e.g....