Enter forum description here ...
+1

add a viewing code statistic, because sometimes you spend time reviewing other peoples code to then be able to fix bugs etc...

brenmoss 10 lat temu 0

It would be nice to have an additional statistic showing how much time you have spent scrolling through files.


This is for those situations where you are still deep in the moment of coding however you are having to investigate existing code and this is time consuming too!

+1
W trakcie analizy

Machines merge/edition

Moisés Gabriel Cachay Tello 11 lat temu Ostatnio zmodyfikowane przez Paul Sinclair 11 lat temu 1
It would be great to be able to merge one machine stats with another. It happened me when I first set up the plugin and started working then I changed my machine name and now I have another set of stats for the same machine :(
Odpowiedź
Paul Sinclair 11 lat temu
Sorry, sounds like a bug. Email me your username and the details of the one you want changed and I will update it. Email to paul (@) codeivate.com (or write it here) :)
+1
W trakcie analizy

Percentage of time spent coding on leaderboard

Michael Calkins 12 lat temu Ostatnio zmodyfikowane przez Paul Sinclair 12 lat temu 2

The idea would be to show on average (for the last 7 days) how much time have you spent coding?


Total percentage of time spent coding (not sure if I'm doing this right):

(time spent) / (24 * days)


LavaEagle: 62 / (24 * 14) = 18%
jbrooksuk: 220 / (24 * 74) = 12.3%

etc.

+1
Planowane

Leaderboard lags behind real data

Michael Calkins 12 lat temu Ostatnio zmodyfikowane przez Paul Sinclair 12 lat temu 0

When I go to my profile I'm level 13 but on the leaderboards I'm 12.95 and have been for hours.  Can you paginate the data so I only see 10 - 20 at time and not cache the data. I see it short polling so it should be a problem with speed after the first load.

It's kind of annoying to be working and not see your level grow with other people live on the leaderboard.

Odpowiedź
Paul Sinclair 12 lat temu

Hi Michael,

Currently it should be cached for 15 minutes, but with the increased users it is something that I need to redesign. 


I am thinking of something that post loads user data via ajax so you can see updates without refreshing. 


Cheers,

- Paul

+1
Naprawione

Duplicate Machines

Syntax 12 lat temu Ostatnio zmodyfikowane przez Paul Sinclair 12 lat temu 2

I found on my profile that I'm getting duplicates at times, I assume this is triggered by an os update or hardware change. I feel an easy solution would be to combine machines with the same name, or find the source of the duplicate ;)

Odpowiedź
Paul Sinclair 12 lat temu

Fixed :) Machines with same name will now be grouped.

+1

A live graph of the amount of code being created

Michael Calkins 12 lat temu 0

If this was related to how much I was typing or the number of flow + language points 

http://www.highcharts.com/demo/dynamic-update

+1

hours per day metrics

Paulo Diovani Gonçalves 11 lat temu 0
I would like to have an hours per day metric for the 7 days summary, just as it exists for the latest 24h panel.

Would be good to have a period search tog et metrics, as an addition for the 7 day summary.
+1

Don't track package-generated tabs in Sublime Text as programming languages

Jacob Allred 11 lat temu 0
Many packages for Sublime Text create tabs that aren't actually programming languages.

For example, I use SublimeGit. This generates tabs that show git status, diffs, etc for my open project. In my summary, I'm seeing "SublimeGit Status" and "SublimeGit Commit Message". It'd be nice to have a way to filter these out because they obviously aren't programming languages.
+1

Users searcher

José Francisco Lenščak 11 lat temu 0
In the users section we need a users.
+1

PHPStorm plugin broken

Hugo Zonderland 10 lat temu 0

Since PHPStorm 10 the plugin no longer works. The JSONObject class is not found.


Bug report (short version)

org/json/simple/JSONObject
java.lang.NoClassDefFoundError: org/json/simple/JSONObject