SuperKenVery

Results 75 comments of SuperKenVery

Please have a look! :pray: :pray: This might seem a lot of changes (indeed) but I think they largely improve this thing! Summary: - Added a `AsyncChatGPT` - Added many...

I think it would be too troubling and error-prone to seperate async changes and error handling changes, because error handling codes are everywhere. I think it might be better if...

Ohh that’s great! But… is it good to remove all the sync interfaces? Should we make a wrapper? 在 2023年2月28日,12:25,thehunmonkgroup ***@***.***> 写道: Quick note that #169 ended up migrating Playwright...

I think I might not spend time on this anymore... if nobody else is working on this or you want please just close this pr... Really had a great time...

Note: python has GIL and multithreading doesn't give you more CPU time. It's basically the same as coroutine. If you want more CPU time then you need multiprocessing. For I/O...

@arif599 docker on macOS uses qemu to run a linux, then run docker, and I don't think the linux virtual machine has GPU, so you probably cannot use docker-based mlc...

Ah, it seems that the latest commit of `develop` branch is broken... The page won't start on my machine. So I based my work on an earlier commit.

Corresponding element-web pr: https://github.com/vector-im/element-web/pull/25477 `TODO`s are now done 😄

It seems that `Jest` doesn't support `WebAudio` API, which means it won't be possible for me to pass the tests 🤣 https://github.com/jsdom/jsdom/issues/2900#issuecomment-599795854

Phew, now I've got (almost, see below) all `` tags removed and use WebAudioAPI, and the sounds work normally. However, as I'm not familiar with the project, there's probably more...