Yuri Kulagin
Yuri Kulagin
Приветствую, посмотрите эту библиотеку. Работает в паре с golang-vk-api и позволяет обработать 2FA: https://github.com/jkulvich/vkauth
I have made draft changes: https://github.com/open-policy-agent/opa/pull/5130. They include gqlparser update to 2.5.1 and 2 new built-in rego functions.
Yes, this is known trouble. Actually, this tool doesn't work with Windows :( I use my linux and mac machine to develop. I will correct it for windows users in...
Hi and thank you for your suggestion. Sadly, but I already tried implement the event-based input and it doesn't work with my device (K20 Pro MIUI 12 Android 10). As...
Hi! Which is your OS? Actually, I tested it only for Linux (and MacOS with a little patch). For Windows you can use WSL, and Linux binary of this tool....
Hi. Try to connect your Galaxy M21 by **wire**, and make sure your Galaxy M21 has accepted the debugging request from Fedora 36. I mean prompt like:  If nothing...
> some examples? According to the [YAML Spec 1.2.2](https://yaml.org/spec/1.2.2/) section "10.2.1.4. Floating Point", and "2.2. Structures". Input YAML: ```yaml key1: .inf key2: .nan key3: ~ --- key4: Second key5: Document...
> you change the value of the data, it not looks good for me. (I know json do not allow +Inf/-Inf/Nan ) You made this great Go lib, thank you....