Sahib Yar
Sahib Yar
Thanks for your explanation, can you please explain how you are calculating the speed [in this block](https://github.com/ahmetozlu/vehicle_counting_tensorflow/blob/master/utils/visualization_utils.py#L266``) ? Because I can't understand some of the transformations like `scale_real_length`, `scale_real_time_passed`, `speed...
Ping Frame added when packet is nil and handShake is not confirmed yet. Commenting this line took 108 seconds to complete all tests With this line took 82 seconds to...
Key Optimizations: ✅ Replaces `fallthrough` with map lookups • Instead of a long switch with repeated `fallthrough` statements, we use `map[string]bool`. • This makes lookups `O(1)` instead of scanning all...
This PR fixes a potential resource leak issue in code. This oversight could lead to resource exhaustion over time. ([Reference](https://stackoverflow.com/a/33238755/2949645)) Changes: - Explicitly added `resp.Body.Close()` in all relevant places where...
should be merged after https://github.com/alpacahq/alpaca-trade-api-go/pull/331 This PR removed redundant code, mainly from `alpaca/rest.go` I have executed all the tests, and all the tests are passing.