Chris Lu

Results 761 comments of Chris Lu

Could not run ``` s3-multipart-error/app () - (main) > npx snowpack dev --polyfill-node [11:09:20] [snowpack] Welcome to Snowpack! Because this is your first time running this project, Snowpack needs to...

no time to learn this. please create a docker image to reproduce.

we can try to list all uploaded parts instead of specified part list. please create a reproducible case first.

Only the first one is worth while. The other changes are not good: * Moving some variables for atomic counting may cause atomic operation to fail on 32bit OS. *...

The atomic error is a runtime error reported in several github issues. I am not aware any way to check it during build time.

Can the request have a "Origin" header? Current code is: ``` if r.Header.Get("Origin") != "" { w.Header().Set("Access-Control-Allow-Origin", "*") w.Header().Set("Access-Control-Allow-Credentials", "true") } ```

you can add some debug message around here, and see why it did not work. https://github.com/seaweedfs/seaweedfs/blob/master/weed/server/filer_server_handlers.go#L48

1.50 is too old. can you use latest version to check the behavior?

can you use latest version to check the behavior?