Brian

Results 240 comments of Brian

At the very least, it would be nice to have benchmarks comparing them on the readme

Any chance of this getting merged/anything holding this back from being merged? Just testing? The current package's extremely out of date :P

To add on, the website uses this endpoint to get a ugoria's frames along with their timings ```py f'https://www.pixiv.net/ajax/illust/{illust_id}/ugoira_meta' ``` Potentially you can use apngasm to make this less annoying...

There's https://github.com/go-git/go-git I guess, you'd have to implement the caching on top of it, or just use the code from https://github.com/go-git/go-git/blob/master/status.go and work from there, as it'd reduce dependencies.

I found starship (which uses `gitoxide`) to have a relatively performant `git status` prompt (https://github.com/mcwarman/starship/tree/feature/detailed-github-status), only thing's that submodules have to be disabled (`[git_status] ignore_submodules = true`), or else it...

This is an issue with m3u8 HLS playlists from kick.com as well

Can someone merge this? this _nightly_ package's currently behind stable.

I had the same problem installing `[email protected]`, the following worked/fixed it for me: ```pwsh Remove-Item -Recurse -Force "$(scoop prefix python)/Lib/site-packages/pip*" py -m ensurepip --upgrade --no-warn-script-location scoop update python -f ```

Background updates seem to work as normal, you're only stopped from installing apps manually through the client. ![](https://github.com/user-attachments/assets/9a1f68ae-07d2-4b5c-9988-7929a420ac58)