Jeppe Fihl-Pearson

Results 59 comments of Jeppe Fihl-Pearson

Would it not be more ideal if the polling would be interrupted when a SIGTERM signal is received? That way you would get the benefit of having the optimal long...

Sorry, I never really got around to use this project after I made the pull request, so I'm not in a position to test it.

pydub includes a pure-Python fallback for audioop. It is imported here: https://github.com/jiaaro/pydub/blob/996cec42e9621701edb83354232b2c0ca0121560/pydub/utils.py#L14-L17 The implementation is here: https://github.com/jiaaro/pydub/blob/master/pydub/pyaudioop.py.

I don't think it would be a lot of work to support creating users authenticated via the `cached_sha2_password` auth plugin. It can be used with `plaintext_password` so MySQL can take...

The latest version (5.9.1) still triggers deprecation warnings with Pydantic V2 (2.8.2). You can see this if you import the Cohere library while elevating warnings to errors (like we do...

> What's the motivation here, anyway? To be able to run all our CI workflows on the cheaper ARM runners. > I noticed that most unusual requests are coming from...

> > unlike most other actions available > > This phrase implies presumptions (👎🏼). I suspect any action using a docker container, especially using custom docker images like this one,...

They are 37.5% cheaper to use per minute: https://docs.github.com/en/billing/concepts/product-billing/github-actions#per-minute-rates. Performance-wise, there isn't a big difference by itself; you mainly benefit if your intended output from your build is some ARM64...

LGWebOSRemote has an inherent issue here because the web socket dependency being used hasn't been updated since 2018, so it hasn't been updated with compatibility with Python 3.12 in mind....

What do you see an acceptable fix as being? I guess you either can specify urllib3 should be a version