Results 16 comments of pnck

@aquynh Okay, maybe I ran into wrong way. I checked the `vcpkg` cmake script and it was that actually depending on `python2`. I will try making a custom port and...

add -I/usr/include/jsoncpp into `CPPFLAGS`, or use `pkg-config --cflags jsoncpp`, that may help with any package manager

@zonyitoo let me introduce some basic conceptions. k8s' workload unit is called a `pod`, which may contain multiple containers but typically only one. since containers don't share their filesystem, multi-container...

Another solution shows at #1087

@hugsy Hi, I might encounter a similar problem, but I'm not sure whether it is a bug. Have you tried printing the `vmmap` for a remote process attached by `gdbserver`?...

@hugsy Sorry I didn't read carefully. I tried a couple of versions and see it seems **fixed on the `main` branch**. I can reproduce with docker on **the `2024.01` tagged...

@adrian-thurston I encountered a similar issue: ``` ==648== Invalid read of size 8 ==648== at 0x49F13FC: input_stream_pop_stash (input.c:108) ==648== by 0x49F1E0E: input_undo_consume_data (input.c:439) ==648== by 0x49EA9FB: send_back_text (pdarun.c:157) ==648== by...

@fred-bf You might misunderstand. In this case it's the _ChatGPT API Server_ (typically any API proxy) that requires the client (i.e. the `ChatGPT-Next-Web` server ) to be verified. There is...

@jackycute Ah sorry the screenshot has a little mistake, but it's not related. **Correct syntax behaves the same**. The built-in feature introduction looks like this, and you can see it's...