Anton Petrov

Results 12 comments of Anton Petrov

Thank you, @gboehl, that worked! I had an issue with copilot completions which has now been resolved.

> It's not possible to use the markdown renderer to show the output when it streams it, so there's no word wrapping or other markdown formatting but it's still very...

In the meantime, here is a temporary workaround: Install lua-language-server with your package manager: > sudo pacman -S lua-language-server Find where it is installed: > ⚡➜ ~ which lua-language-server >...

I had a similar issue with the tls-crypt.key file and have modified the /etc/openvpn/server.conf file to use absolute paths to some of the files: > tls-crypt /etc/openvpn/tls-crypt.key > crl-verify /etc/openvpn/crl.pem...

Here is my attempt for a workaround on Arch: $ curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh $ chmod +x ./openvpn-install.sh First remove any previous installation with the 3rd option. Then run the script...

I now compared a bit more carefully all capabilities that the service is using and I see I might have missed one in my previous comment: CAP_IPC_LOCK > [anton@archlinux ~]$...

``` └─$ sudo LIBVA_DRIVER_NAME=d3d12 vainfo --display drm libva info: VA-API version 1.21.0 libva info: User environment variable requested driver 'd3d12' libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so libva info: Found init...

Does that mean the current d3d12 drivers do not support hardware encoding using H264? I see only decoding capabilities: VAEntrypointVLD and I do not see the ones for encoding: VAEntrypointEncSlice