Enter forum description here ...
+1
Terminé

Integrate into android studio

Peter Nijssen il y a 11 ans mis à jour par Paul Sinclair il y a 10 ans 0

Well, I believe you already have a lot requests for integrations. Here is another one: Android Studio :)

Solution
Paul Sinclair il y a 10 ans
This should now be available under
"File" -> "Settings" -> "Plugins"
Click
"Browse repositories"
Search for Codeivate or click "Fun stuff" category.
Install and restart.

You will need to go into "File" -> "Settings" -> "Codeivate"
and enter your auth details. When you start coding you should see current language and streak down the bottom right-hand side of the screen

http://plugins.jetbrains.com/plugin/7416


Thanks for your patience!
+1

Merge languages by name (case-insensitive).

Marcelo Camargo il y a 9 ans 0
I have level 10 in TypeScript, 2 in Typescript and 1 in typescript. This makes no sense.
+1
Corrigé

Sign up email

Matt Cooper il y a 11 ans mis à jour par Paul Sinclair il y a 11 ans 0

On signing up I found the email I received a bit confusing...

I signed up and was immediately logged in but the email that hit my inbox told me to click a link to sign in... so I clicked it but I was told that it was a one time only link and it had already been used... The rest of the email was about setting my password which I had just set...

Solution
Paul Sinclair il y a 11 ans

Thanks for spotting this, fixed!

+1

First of all, I LOVE Codeivate! I think you have a ton of space to grow in as well. I think adding much more ability to segment in the leaderboard will really blow out the competitive angle of the already great gamification of my work. Keep it up!

jayseeg il y a 11 ans mis à jour par Paul Sinclair il y a 11 ans 0

Adding the ability to compete with my peers on a per language basis would be pretty awesome. I can already do it to a certain degree with the sortable columns, but being able to restrict the leader-board by language will compound the value of that sorbability. For example, I'd like to be able to sort within sass/scss only. That actually brings up another point, some languages are actually synonyms of each-other, like sass/scss, sorting synonyms together would be another value add.


BTW, I'll be buying a premium membership as soon as my budget allows. Love the product!

Solution
Paul Sinclair il y a 11 ans

Hi jayseeg,

Thanks for your feedback. I'm planning on giving the leaderboard some love after I finish writing a Codeivate version for the IntelliJ Idea IDE hopefully it's not to far away :)

+1
Corrigé

Sublime's "Setting - User" file is not as mentioned in the docs

Breno Calazans il y a 11 ans mis à jour par Paul Sinclair il y a 11 ans 8

At http://www.codeivate.com/token is written that you should update the file. But the file can't be update, because it's an empty file. I guess you should say that you should write in a JSON compliant format, like so:

{

"user_id": "xxx",

"user_token": "yyy"

}


Solution
Paul Sinclair il y a 11 ans

**update 2**

This appears to be a problem if you have installed an alpha version of the Package control manager.  


The Alpha version of the Package Control manager seems to:

  •  Ignore multiple branches listed in the repositories channel it always downloads the "master" branch. 
  • Also the alpha version of Package control doesn't seem to be able to automatically update itself.


To fix:

  1. Shutdown Sublime
  2. Delete the Packages control folder from the /Packages directory.
  3. Re-install the package manager https://sublime.wbond.net/installation
  4. run "Package Control:upgrade package" to force Codeivate to update to the ST3 version.


**update**

Sorry about this, investigating now



Cheers,

Paul



+1
Corrigé

Error being shown in console - Sublime Text 3

Axel Prieto il y a 9 ans mis à jour il y a 9 ans 2
This stack trace is being showed in the sublime console:

posting data for JavaScript
Exception in thread Thread-197:
Traceback (most recent call last):
File "./threading.py", line 901, in _bootstrap_inner
File "C:\Users\Paul\Documents\GitHub\codeivate-st\codeivated\ActivityMonitor.py", line 229, in run
File "./urllib/request.py", line 156, in urlopen
File "./urllib/request.py", line 475, in open
File "./urllib/request.py", line 587, in http_response
File "./urllib/request.py", line 513, in error
File "./urllib/request.py", line 447, in _call_chain
File "./urllib/request.py", line 595, in http_error_default
urllib.error.HTTPError: HTTP Error 500: Internal Server Error

And my profile is not updating data. Any idea about what is going on?
Solution
Paul Sinclair il y a 9 ans
Thanks for reporting this, sorry about the delay in replying. It should be fixed now. My server monitoring system fell over (along with a database that it was monitoring!)

Paul
+1
À l'étude

make account private and not display any information publicly.

TheWoollyBully il y a 11 ans mis à jour par Paul Sinclair il y a 11 ans 1

I would like to be able to set my account as private and not leak any information to the public via my user page. I would also like to be able to set which third party systems can access my data within codeivate

Solution
Paul Sinclair il y a 11 ans

Hi WoollyBully,


Is there any information that you would allow to be exposed? do you want to be removed from the leaderboard / trend pages?


A full SSL/token based API is something I would like to do but is a little way off, but I can offer some short term solutions.


Information currently available to the public (replace paul with your username)

alot of this is the same information but in different formats



At the moment if you are worried about privacy choosing a username that is not tied to any of your other accounts on the internet should mean that no one can identify you from the site :) (except the NSA with their end to end sniffing capabilities)
Another solution I can potentially offer if you are interested is to add a privacy option to your profile settings, when set this could disable all of the above urls.
If this does not meet your needs you can delete your account in the settings page and it will remove all of your uploaded data from the system.
Cheers,
Paul
 
+1
Corrigé

Machine names showing weird

Paulo Diovani Gonçalves il y a 10 ans mis à jour par Paul Sinclair il y a 10 ans 0
The machine names on my page (http://www.codeivate.com/users/paulodiovani) are showing JSON data.

Also, I think there'is a mismatched machine name, for since I started use Codeivate I developed for 4 diferent machines.


How can I fix that?
How can I check wich machine has each id?
Solution
Paul Sinclair il y a 10 ans
Hi Paulo,

Thanks for reporting this!

I have made a fix that should stop it happening in the future and also temporarily cleaned up your data to fix your issue now. 

When you run Codeivate it tries to give each machine a unique id (using a UUID library) As you are coding it passes up the machine id and a machine name. If you change the machine_name that you are passing up it will modify the machine name on your profile for that machine. You can also set multiple machines to have the same machine name and they will all combine under the same name. 

if you want to split the results out again in the future just change the machine name and do some more coding and it will separate out on your profile.

The machine name can be set in your config file, if you don't set one it will generate a random one (these are pulled from the US census data)

Hope that helps! Let me know if that's not making sense.

Cheers,
Paul


+1

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

brenmoss il y a 8 ans 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
À l'étude

Machines merge/edition

Moisés Gabriel Cachay Tello il y a 10 ans mis à jour par Paul Sinclair il y a 10 ans 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 :(
Solution
Paul Sinclair il y a 10 ans
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) :)