Alan Hamlett
Alan Hamlett
https://wakatime.com/100-days-of-code
Implements graphite-web endpoints for tags: https://github.com/graphite-project/graphite-web/blob/4a27e48e584e768aefec30f169bbb2a097fe3196/webapp/graphite/tags/urls.py#L18
The connection isn't setup correctly when working with multiple processes. More info: https://www.mail-archive.com/[email protected]/msg54572.html https://github.com/datastax/python-driver/blob/bc534c4731e1a9b8c5e305e687ab8332ab5c6e33/docs/cqlengine/third_party.rst http://datastax.github.io/python-driver/faq.html#why-do-connections-or-io-operations-timeout-in-my-wsgi-application
## Checklist - [X] I have included the output of ``celery -A proj report`` in the issue. (if you are not able to do this, then at least specify the...
 ``` java.lang.NullPointerException: Cannot invoke "java.net.URI.getHost()" because "uri" is null at java.base/java.net.URL.openStream(URL.java:1161) at com.wakatime.eclipse.plugin.Dependencies.downloadFile(Dependencies.java:252) at com.wakatime.eclipse.plugin.Dependencies.installCLI(Dependencies.java:172) at com.wakatime.eclipse.plugin.WakaTime.checkCLI(WakaTime.java:205) at com.wakatime.eclipse.plugin.WakaTime.access$0(WakaTime.java:191) at com.wakatime.eclipse.plugin.WakaTime$1.run(WakaTime.java:134) ```
We need to handle wakatime-cli exit code 104 and prompt for an api key like the other wakatime plugins. From #212.
Opening IntelliJ from command line and passing a file as the first argument opens that file, and makes the current project the name of that file. We need a way...
@HackerWand writes, > When I use too many languages, the pie chart on the panel disappears
VS Code console shows `Error: Command failed` and `Unknown Error (3221225477); Check your ~/.wakatime.log file for more details` when executing wakatime-cli with Debug mode turned on, but `~/.wakatime.log` is missing...
SSLError when sending heartbeats: ``` Max retries exceeded with url: /api/v1/heartbeats (Caused by SSLError(SSLError(1, '_ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm ``` Looks like Anaconda Python 2.x (distributed by Continuum...