Results 8 comments of seewind

yes, the code works; my question is about the index.js which generate from python: ``` export function Layout1_cf15c797d04480712961c3b3fa2f9a5e () { const state__state = useContext(StateContexts.state__state) return (

in China, reflex use bun with registry = "https://r.cnpmjs.org", this will raise some errors: ``` bun install v1.2.0 (b0c5a765) warn: CERT_HAS_EXPIRED downloading tarball [email protected] warn: incorrect peer dependency "[email protected]" warn:...

> @FHU-yezi Would you be interested in testing this? > > Let's wait to merge until someone can properly test and compare. I had test "r.cnpmjs.org" by hand create .web\bunfig.toml;...

I found 2.14.2 channel._discard_recv code: ```python # If recv is close_pending, we know send is already closed if self._recv_state == 'close_pending': self._recv_state = 'closed' self._loop.call_soon(self._cleanup) ``` and 2.15.0 channel._discard_recv code:...

asyncssh.scp, call `_SCPSource.run`: ``` elif dstconn: reader, writer = await _start_remote( dstconn, False, must_be_dir, preserve, recurse, dstpath) source = _SCPSource(local_fs, reader, writer, preserve, recurse, block_size, progress_handler, error_handler) await source.run(srcpath) ```...

[@dosu](https://go.dosu.dev/dosubot) - python 3.11.9, opendal==0.45.20 - no multiprocessing or forking - use sync APIs

``` def _writes(): for chunk in resp.iter_content(chunk_size=10240): # resp is requests Response if chunk: f.write(chunk) if _sf: _sf.write(chunk) # hang with open(save_file, 'wb') as f: # f is local file...

hi @yihong0618 , can't provide. There are two questions: 1. GIL release. this one you had fixed; 2. file.write hang, no return or raise error when ETIMEDOUT (it might be...