Vladimir L
Vladimir L
Does `cleint_credentials`/`autherization_code` grant work?
@4rthem , @LeoAdamek > In some way Symfony introduced a BC break I agree, it's very odd, especially for `client_credentials` grant where technically no user exists. My quick and **dirty**...
@mikeshi80 so solution is always to open from a folder?
I ran into kinda the same issue on Windows. Every `v up` removes `VROOT\thirdparty\sqlite` directory and I have to manually copy sqlite3.c and others to `VROOT\thirdparty\sqlite` again. ### Reproduction Steps...
Ok, just a quick summary: It turns out that "v up" clears `thirdparty/tcc` after update. This is also related to my other comment on https://github.com/vlang/v/issues/17888#issuecomment-1500256105 Running `make.bat` in CMD (not...
After some digging, I found this: `git_command: git clean --quiet -xdf --exclude v.exe --exclude cmd/tools/vup.exe` `-x`: This option tells Git to also remove ignored files. `-d`: This option tells Git...
I think it would be nice to have a special template directive, which prevents parsing within `{...}` Maybe something like ``` @raw { @include 'header/base' } ``` In this case,...