Dmitry
Dmitry
Hi, I faced the same problem on void linux. The packager (`xbps-create` instead of `dpkg-deb`) didn't include the `./deb/opt/wireguird/wireguird` binary to the package. I'm not sure how, but manually copying...
Workaround the pkg-config on MinGW: `--pkg-config=true --extra-cflags="-I$PATH_TO_KVAZAAR_INCLUDES -DKVZ_STATIC_LIB" --extra-ldflags="-libpath:$PATH_TO_KVAZAAR_LIBS kvazaar.lib"`
There is shortcuts-custom.json in AppData/Roaming/Telegram Desktop/tdata According to source code, it is intended to put custom shortcuts definitions in this file If you do something like ``` // This is...
For some reason the packager doesn't include the executable sometimes. See my answer here: https://github.com/UnnoTed/wireguird/issues/5#issuecomment-1900933485
You have to pack this parameters to string `"input-fps=30,bitrate=104..."` and then do ```c av_dict_set(&options, "kvazaar-params", options_string, 0) ``` Where `options` is an `AVDictionary` which you will later pass to ```c...
> i cant find avcodec_find_encoder_by_name("libkvazaar") , used wrong? This is right. If ffmpeg can't find the encoder, that could mean that you built the ffmpeg library without kvazaar.
I have i7-3820 which does not support avx2. This patch works for me. I complemented default cmake parameters in [llama.cpp/CMakeLists.txt](https://github.com/ggerganov/llama.cpp/blob/master/CMakeLists.txt)
Should I also disable `default-features` in [`crates/tabby/Cargo.toml`](https://github.com/TabbyML/tabby/blob/103caa00f43a2bd7224d0e3da06d18ac95c9127c/crates/tabby/Cargo.toml) for `llama-cpp-bindings` and reenable them under `default` feature?
I haven't mentioned that the behavior is the same even with character disabled. It makes sense to redraw the line if character should be redrawn depending on the mode. But...
The whole prompt blinks, not only the cursor. As I wrote, I disabled the character, so I don't expect the prompt to be redrawn. But looks like it is redrawn...