Noam Okman
Noam Okman
Hey, The env var MINIO_PORT doesn't work, because env vars are string, and the package accepts numbers. https://github.com/gja/cloudflare-worker-local/blob/78348e4a74594bfe400f6059fcf59475cbbc88e2/app/minio-kv-store.js#L101 We just need to parse it here. Can you please do it...
Hey, I'm having problems with windows and the `realpath` function. It seems that the `realpath` function always returns the path in a unix format and not windows. How to reproduce...
Hey, Created a small docker file for the project :)
Hey, I added the ability to delay termination so that users can have enough time to see the transcode reason before termination Thanks!