Horatiu Lazu
Horatiu Lazu
User requests feature to switch between metric and imperial units - mostly emphasizing speed on the wind impact details page.
MLab was acquired by MongoDB Inc and will require migration to a different hosting service (MongoDB Atlas) within the next four months. According to the newsletter sent, it will be...
Migrating the session data from the application layer to an in-memory store like Redis-cluster would provide the following benefits: * Ability to easily scale, eliminating the need of sticky load...
Expected behavior: Time/speed is parsed normally, resulting in sensible results. Actual behavior: All numbers become invalidated (NaN), resulting in invalid returns.
Right now, the segment correlation coefficient is computed within the segments details page route, which makes it extremely difficult to unit test. This critical piece of code should be: *...
The recent Strava API update removed the ability to view other athlete specific data... breaking functionality including the modals, and the leaderboard performance analysis screen. The features could either be...
Issue occurs in segment template preprocessing: ``` if (effort.wind_speed_str === '0.00') { console.log(effort.wind_speed); console.log(effort.wind_speed_str); console.log(windData.hourly.data); console.log(date.getHours()); console.log(windData.hourly.data[date.getHours()].windSpeed); } ```