Eric Zhang

Results 129 comments of Eric Zhang

https://github.com/user-attachments/assets/91802993-3b70-45dc-ae58-890af3cf857e

If you wanted to use uvicorn.run(), couldn't you just use `asgi_app` in that case? Right now `web_server` is designed to wait until the function finishes executing before it starts polling...

> Yeah the uvicorn was just an example of something that will block the thread. Right, I'm just saying that if the concern is ergonomics in eliminating one line of...

> Do we want to merge this? The issue isn't eliminating one line of code for the user, it's that users don't realize they are supposed to launch something in...

Also just wanted to mention this change is much harder to reverse than to apply, which makes it worth thinking about forward compatibility with a better API to support production...

Interesting, which OS is it running? And what would you say would be the number of people using these devices -- I'd imagine it is mostly embedded systems currently or...

Nice! unfortunately the cross-compiler / linker toolchain I use https://github.com/messense/homebrew-macos-cross-toolchains doesn't have riscv64gc targets so that's sad. But maybe there's a way to do it with `cross`. Want to try...

Did anyone try using cross as I suggested in https://github.com/ekzhang/sshx/issues/125#issuecomment-2737458507 No worries if not, I think that's probably the most promising approach also. Surprised that porting the whole thing to...

Hmm I'm not sure what to do about this. I don't use Windows myself. But if anyone has suggestions, happy to coordinate and figure out how to get this software...