yarcat
yarcat
Back to using semaphores removed by #126. This solution is a bit more idiomatic and resonates with "Don't communicate by sharing memory, share memory by communicating." Go proverb [^1]. Similar...
Before this change parallel first executions of `Render` would fail the `-race` check. `GOARCH=386` or `amd64` would continue working fine, but `arm` sometimes would freeze the first invocation (I haven't...
Just for fun Rust port of this solution in case you interested https://github.com/yarcat/parkerwords-rs These is one thing I'd like to as you about though - the `skipped` flag. It terminates...
This PR introduces the following changes: 1) Avoid using global variables. Even for examples. Especially when it makes the code shorter. 2) Move `done()` invocation after the print statement. Because...
Previously only S3 buckets export destination was supported. This PR introduces the following changes: 1. Adds GCP (Google Cloud Platform) storage/bucket destination support. 2. Adds `s3_url` and `gcp_url` to the...