Tony Zhang

Results 37 comments of Tony Zhang

> I would like to help pinpoint this issue, but I'm unsure where to start. I'm ready to compile 'bun' locally and then debug it, but since the compilation process...

Is $Env:http_proxy present in your Powershell's $PROFILE?

https://github.com/oven-sh/bun/blob/7b5065c1c9d46d838d23f0279a508d0bae3357bd/src/http.zig#L2632-L2644 The problem is with `proxy.ssl.handshake()`, which throws an `error.Syscall`.

for the wrench and hammer there are `tool` and `hammer` already ![](https://api.iconify.design/tabler:tool.svg)![](https://api.iconify.design/tabler:hammer.svg)

For whatever reason it works in this almost exact environment. https://codesandbox.io/p/devbox/in-dependencies-3qdqzf

I've did some digging and found that for pnpm, turning on `shamefully-hoist=true` in `.npmrc` will work and `shamefully-hoist=false` will not. And npm works no matter what. See: - `true`: https://codesandbox.io/p/devbox/shamefully-hoist-true-26fgzm...

Currently we are downloading all game histories at once, which takes a very long time to load on startup if the user has a large number of games. We will...

Pagination is now implemented! 🚀

> Hello @ZTL-UwU, accuracy should prob be fetched as well similar to the recent game list, thoughts? The accuracy should be fetched, yes. Problem is that the server API only...

This does NOT fix #14522, this only fixes the category issue in the Pinned items which is #14530. The Cloud Drive Section should be a separate fix.