Enter forum description here ...
0

CSS3 Syntax

Lasse il y a 10 ans 0
I have the CSS3 package installed and it's recommended to disable the default CSS package and set all .css files to CSS3 syntax.

It would be great if Codeivate would track CSS3 syntax as CSS :)
0
Terminé

Temporary issue with cache server

Usman Ayub Sheikh il y a 10 ans mis à jour il y a 10 ans 2
Temporary issue with cache server on "your summary" page.
0
Corrigé

Error on leaderboard page.

Sarah Beck il y a 10 ans mis à jour il y a 10 ans 2
Image 21
Solution
Paul Sinclair il y a 10 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
0
Terminé

ImportError: No module named 'codeivated'

Sándor Czettner il y a 11 ans mis à jour par Paul Sinclair il y a 11 ans 3
When I try to install the ST3 package I get this error message:

File "/home/sandor/.config/sublime-text-3/Packages/codeivate-st/codeivate.py", line 3, in <module>
import codeivated.Auth as Auth
ImportError: No module named 'codeivated'

It turned out the __init__.pyc is corrupted. If I want to import it from python 3 or python2 I get this:

"Bad magic number"
0
Corrigé

7 days + signature not working

Alex Lamson il y a 12 ans mis à jour par Paul Sinclair il y a 12 ans 0

My account at "http://www.codeivate.com/users/alex-lamson" doesn't have a working signature or 7 days page.

My guess is the space in the name.

EDIT: The beta API isn't working for me either.

Solution
Paul Sinclair il y a 12 ans

Hi Alex, 

the space seems to be the problem I will fix it today.

Fixed! You will need to code for a minute or so for data to go through system and make the .json page work. Signature page should work right now.

0

Machine names when syncing settings (ST3)

Lasse il y a 10 ans 0
I sync my settings across two machines so I would expect to be able to set it up as described here: http://www.codeivate.com/dropbox-support-bug-fixes

But in my settings I only see
"machine_name": "T450s"
So unfortunately both my machines are named "T450s" (Lenovo T450s / Apple MacBook Pro).

How can I find the ID generated by Codeivate?
0

Exception in Pycharm when working on django templates

Cody Harrington il y a 10 ans mis à jour il y a 10 ans 0
I'm working in Pycharm Community Edition on a Python Django HTML template file, and when I type 

   {% 

Codeivate breaks, with the exception provided below.

{% is the start of a special template keyword, i.e. {% for x in y %} or {% if x %}.

This only happens the first time I type it after opening PyCharm. It doesn't happen again until I've restarted PyCharm, I think. Log output at the link below:

http://sprunge.us/DYcJ

Here are some of my current system specs (I'm currently using a colleague's OSX computer):

Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
PyCharm Community Edition 3.4.1 Build #PC-135.1057

Two other notable plugins I have installed are IdeaVim and CodeGlance.

Let me know if you need any other info.

0
Prévu

Exception in thread (console)

Ghostface il y a 12 ans mis à jour par Paul Sinclair il y a 12 ans 1

Hi while coding on my own plugin I noticed messages like these popping up in the sublime console:


posting data for Python

message :+1 Python

icon base :--icon=/home/christoph/.config/sublime-text-3/Packages/codeivate-st/codeivated/icons/32x32/

Exception in thread Thread-30:

Traceback (most recent call last):

  File "X/threading.py", line 639, in _bootstrap_inner

  File "C:\Users\Paul\AppData\Roaming\Sublime Text 3\Packages\codeivate-st\codeivated\FeedBack.py", line 110, in run

NameError: global name 'Pref' is not defined


Maybe something to look into, let me know if you need more infos

Solution
Paul Sinclair il y a 12 ans

Hi Ghostface, 


Thanks for reporting the bug. It looks like it is an issue with notify-send support that is only present on Linux when using Sublime Text 3.


I will fix this next time I do a Sublime 3 build.


As a temporary workaround in the Codeivate -> Settings - user  file, you can set 


"notify_send_active": false,


that should stop it from happening. This shouldn't cause any other issues with the plugin (apart from notify-send not working!).


Also in the same settings file you might want to set


"show_debug":false,


To hide alot of the other Codeivate output. This was accidentally left on in some initial versions of the plugin.



Cheers,

- Paul




0
Corrigé

NullPointerException in PyCharm

Cody Harrington il y a 11 ans mis à jour par Paul Sinclair il y a 11 ans 5
Hi, I didn't know where else to submit this. I got a NPE for the Codeivate plugin in PyCharm. Here's a stacktrace:

null
java.lang.NullPointerException
at com.codeivate.plugin.logic.CodeivateGame.authenticate(CodeivateGame.java:139)
at com.codeivate.plugin.CodeivateApplicationPlugin$1.run(CodeivateApplicationPlugin.java:98)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:347)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)

It happened as I was opening PyCharm, but I didn't have working internet at the time.
EDIT: Ok, so, I had a working internet connection, but I hadn't authenticated through our firewall, so traffic was being dropped or redirected.

Some details:
PyCharm 3.0.1 Build #PY-131.339
Running Fedora 20
Linux 3.13.8-200.fc20.x86_64
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

Let me know if you need anything else

0
Terminé

Signature Annoyance

Alex Lamson il y a 12 ans mis à jour par Paul Sinclair il y a 12 ans 0

I wouldn't say that my name is extremely long, but the programming and flow_state items clip through the text on the far right.


(Hooray for lousy ms-paint editing!)

Image 5


My request is that the two items be moved underneath the Level # and level bar.


Image 4


That would use unoccupied space and free up space for people with long names.

(If there is already something reserved for that space, sorry, I didn't know)


 Also, the link at the bottom left should be: 

http://codeivate.com/users/alex-lamson

(its the space again, huh?)

Solution
Paul Sinclair il y a 12 ans

Thanks for the feedback! I can see how that would be annoying. 

I had some stupid code that truncated the programming to p and flow state to f when usernames got over 13 characters, don't know what I was thinking!


Your idea is wayyy better.




Should be sweet now.


Also www.codeivate.com/users/Alex Lamson should redirect to www.codeivate.com/users/alex-lamson but I have updated that link down the bottom so it is clearer.


Cheers,

- Paul