yuudi

Results 9 comments of yuudi

I just build a [backup](https://yuudi.github.io/csslayoutsite/en/) on github pages. I think hosting on github pages is a good choice. You can merge my [**gh-pages** branch](https://github.com/yuudi/csslayoutsite/tree/gh-pages) to yours.

不好意思我没有用 wrangler 测试,我是直接用 webpack cli 打包后直接复制到 cloudflare worker 的 可能 wrangler 不太支持可选链和空值合并 PR 已经修改,改掉了这些新语法

> Is this dead? Does anyone know of an up-to-date alternative? alternative:

> Thanks for bisecting @blaineam . It looks like [6c8148e](https://github.com/rclone/rclone/commit/6c8148ef39ea51b1d4092128c598ac12c6fc1523) by @yuudi is the problem. > > Can you check this out @yuudi ? Sorry for this, I'll try to...

> @ncw well I am unable to confirm this fixed the issue because the latest docker beta built a couple hours earlier refuses any connections made except that from a...

> I would guess the http requests will now have a CORS header? Perhaps supplying the flag might be a workaround. Sorry on a train so can't provide more details!...

I have no idea how to fix this, that's all I can do for now. If no one can help, just revert my commit (f4449440f80c7e3de795d859920209359f0cc90b and 6c8148ef39ea51b1d4092128c598ac12c6fc1523)

can you provide log of `rclone server webdav` with `-vv` here is my log of successful connection from winSCP webdav on commit f4449440f80c7e3de795d859920209359f0cc90b my command: `rclone serve webdav ./build --user...

Thanks for the logging, I guess I know what's the problem, the `OPTIONS` request should not return early because webdav still process information. The correct `OPTIONS` request response ``` HTTP/1.1...