yushi
yushi
I also want to use cloudflare turnstile as the reCAPTCHA host. Have you find a way to solve this issue? Thanks.
> building it is not possible for me, anyone had succeed? Here is the draft of the template: ``` # Template file for 'wl-screenrec' pkgname=wl-screenrec version=0.1.7 revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="ffmpeg6-devel...
from `:h nvim_create_autocmd()` ``` Note: `pattern` is NOT automatically expanded (unlike with |:autocmd|), thus names like "$HOME" and "~" must be expanded explicitly: >lua pattern = vim.fn.expand('~') .. '/some/path/*.py' ```...