Alexander Pushkov

Results 171 comments of Alexander Pushkov

@videah Thanks for looking into it! Twidere for iOS is quite different from the Android version, so the way it calls the API is probably different, too. Unfortunately, I've given...

This happens because distutils was [deprecated in Python 3.12](https://docs.python.org/3/whatsnew/3.12.html#distutils). The dependency [seems to be fixed](https://github.com/sdispater/pendulum/issues/696#issuecomment-1859002713) in Pendulum 3.0, so bumping the dependency should do the trick.

@bennwei > How did you resolve this on your side? I didn't (yet). I was trying to play around with PyAirbyte to see if it's a good fit for a...

> Additionally, some organizations also announced willingness to financially support additional contributors, for example in form of a paid summer internship. Unfortunately there haven't been any good candidates for such...

@smcv Note that I currently don't have access to the setup this was reproducible in :( @santiagocezar could you please also post stderr and strace with timestamps? This way we'll...

I'll give it a try tomorrow and let you know how it goes!

(Another option, of course, would be to replace Streamlit with something lighter, but I'm not sure if it's feasible at this point.)

I’ve made a tiny hotfix that might help. In `kalamine/generators/klc.py`, add this in `klc_virtual_key` after `if shifted.isascii() ...`: ```py cyr_lat = dict(zip( 'йцукенгшщзфывапролэячсмтьЙЦУКЕНГШЩЗФЫВАПРОЛДЯЧСМИТЬ', 'qwertyuiopasdfgjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM', )) if shifted in cyr_lat: print('cyr_lat:',...

@ronilaukkarinen Hi! Have you reconsidered this? I can try and come up with a CI pipeline that would publish it to userstyles.world (or someplace else) and send a PR if...

You could try and [write a brew tap](https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap) yourself :) Or maybe check [mise](https://mise.jdx.dev/) out, which can install pretty much anything that uses GitHub releases: `mise use -g ubi:eudoxia0/hashcards`