Nick Ostrovsky
Nick Ostrovsky
Related to #304 After kicking @0pdd from a project and adding back again it seem to try adding todos, but failing. `pdd` passes locally and produces the XML. I wasn't...
I have added @0pdd to my repository with `Triage` role, I believe it should be sufficient? And it created a list of todos on its end in https://www.0pdd.com/p However none...
What do you think about the ability to order table by multiple columns? Just thinking, say we have a table: ``` parent_id | position | title ------------+------------+-------- -- - 1...
Hi, There are only 2 apps in the App Store which are usable, and I tried them all. Let's take yours to the next level. Please make everything more contrast,...
As it was described in #69 progression is calculated incorrectly and it adds 10lbs instead of 5 to the lifts each week. I correct weights if I remember to do...
I always had the feeling that jumps between weights are irregular. And now I can put a finger on it. After deloading I have noticed that AMRAP set for `TM...
Extracted from [Reddit](https://www.reddit.com/r/nSuns/comments/86px2l/suggestions_for_the_app/) Switched gyms recently and now the smallest plate is 5lbs. The app provides rounding to 5lbs plates, but there is a bug in calculations. If you select...
Part of #39 For the workout could you please get rid of the whitespace on the top and make everything bigger, and bolder so it's easier to see when the...
Hi, me again... Sorry, I forgot what is the consensus on splitting lists? Is this a valid issue? Given: ``` ▐"#4d0121", "#660130", "#7f023e", "#930049", "#a80156", "#c30766", "#d21272", "#de2a84", "#e75298", "#eb5d9d"...
Given: ``` ruby facilities = facilities.flatten.map { |item| item.is_a?(Facility) ? item.id : item.to_i } ``` After pressing `gS` I expect it would start from the outside and convert it to:...