Alexander Pushkov

Results 81 comments of Alexander Pushkov

I've tried to get a token using the code [found in the NeoVim extension](https://github.com/github/copilot.vim/blob/release/copilot/dist/agent.js). The rough steps are: Old steps ```shell # 1. Start a device auth flow $ http...

Both codium.dev and vscodium.dev seem to be taken :-(

@JakeHL GitPod is great but it is about development servers, while https://vscode.dev/ runs purely in browser (when I last checked it at least). The appeal is: when I want to...

@JakeHL It doesn't cost too much money. It works in browser entirely and is just a static website, you can host it for free or very, very cheap (depending on...

> SafetyNet does not pass in more modern devices, if the bootloader is unlocked Can't we simulate an older device instead? I know all the dance around SafetyNet is tricky...

Can confirm: just installed Google Pay on an old phone with GApps and Magisk, SafetyNet fails, but Google Pay seems to be happy with that. :eyes:

I've recently tried a similar feature by Sberbank of Russia ([`ru.sberbankmobile`](https://play.google.com/store/apps/details?id=ru.sberbankmobile)), with a similar result (the app asks for device PIN confirmation, then crashes). I'll try to get more details...

Some Belarus banks have dedicated apps that also work pretty well with tap and pay. In Russia, we also have an app called [Wallet](https://cardsmobile.ru/en/) (called Koshelek in Russian; not to...

Now that [Data Limits](https://github.com/Jigsaw-Code/outline-server/pull/542) is [fairly stable](https://github.com/Jigsaw-Code/outline-server/pull/698), perhaps this feature request could be picked up as well?

Just my 5¢: might want to look into https://www.python-httpx.org/, which supports both sync and async, while still retaining Requests-like API. Not sure if it would be possible to not duplicate...