Alexander Pushkov

Results 158 comments of Alexander Pushkov

> If there's some sort of way to set up invidious with a SOCKS5 proxy, I could probably rotate IPs on DigitalOcean/Vultr. Double that. You could also use a “residential...

IMO a better option (if possible with Code APIs) would be to preserve extension(s) while selecting the filename part in the prompt, i. e. for file `foo.d.ts` a prompt `[foo].d.ts`...

I tested briefly and some other py3k-related errors popped up. Any plans to introduce Python 3 support?

@oplexz Yeah, seems to work for me on macOS and Android as well. I think the way to solve this then is: - store server name on the server itself,...

Looks like it does: https://github.com/jaredks/rumps/blob/master/rumps/compat.py

@nicolashenry This is how it usually works already, yeah. The problem is, when `window.opener` is null we can't use `postMessage`, so we need some kind of a fallback mechanism for...

@nicolashenry Sounds like a good idea. Wanna try implement it?

“Add Example (example.instance) as an application for web+mastodon links?” would look a bit scary for the users, but we can help them. Mastodon could first show a prompt along the...

Congrats on the launch! 👏 https://blog.ryujinx.org/the-impossible-port-macos/ Sorry for (maybe) hijacking this issue, quick question: how hard would it be to get ARM-optimized builds on [Asahi Linux](https://asahilinux.org/) (and other ARM varieties...

Maybe introducing a generator syntax would help: ```ts funco* fib() { yield 1; } ```