Horatiu Lazu

Results 19 issues of Horatiu Lazu

User requests feature to switch between metric and imperial units - mostly emphasizing speed on the wind impact details page.

enhancement

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...

enhancement
question

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...

enhancement
proposal

Expected behavior: Time/speed is parsed normally, resulting in sensible results. Actual behavior: All numbers become invalidated (NaN), resulting in invalid returns.

bug

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: *...

enhancement

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...

wontfix

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); } ```

bug