Kakigōri Maker

Results 70 comments of Kakigōri Maker

已添加arm64支持。重新拉取镜像即可使用。

I implemented a _basic_ s3 serve with gofakes3, currently it only supports limited functions (put, get, delete, list, etc.) but it works :) https://github.com/Mikubill/rclone/tree/serve-s3

``` === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstests.go:1385: Error Trace: /workspaces/rclone-2/backend/s3/fstests.go:1385 Error: Not equal: expected: "text/csv" actual : "text/plain; charset=utf-8" Diff: --- Expected +++ Actual @@ -1 +1 @@ -text/csv +text/plain; charset=utf-8 Test:...

> s3 integration tests Passed with the latest commit (on my end). Note that I used a small cache to store metadata, which is volatile and won't be transferred to...

Almost done, I think you can start reviewing the code.

Seems that some race issues occurred with `lib/http` (see https://github.com/Mikubill/rclone/actions/runs/3339975457/jobs/5529550702)

An auto_ext parameter is used in pixivpy_async to allow the user to force the file name, otherwise the extension will be changed / added automatically: https://github.com/Mikubill/pixivpy-async/blob/master/pixivpy_async/bapi.py ```python3 if auto_ext and...

see https://github.com/Mikubill/sd-webui-controlnet/issues/70

Could you provide more details about how to replicate this error?

Quick test shows different cfg-alike method will produce small bias: by using zero as control net input by ignore control map on uncond base All generation use (cfg3, no-prompt) preset....