endersaka

Results 21 comments of endersaka

Little update. I found out that the JSON I have has a different format than that described in the comment of function `parse_messages()`, in file `./parsers/hangout.py`, [line 36](https://github.com/MasterScrat/Chatistics/blob/c091db38099f9edf9b39c2ed5fe99ace6a864d87/parsers/hangouts.py#L36). Therefore I...

Resolved, Google has changed the JSON spec. Chatistics does not support old format, it seems.

Hi, I have noticed some inconsistencies with Lemmatizer and Stop Words for the Italian model. I don't know if this is the best place where to report it but, please,...

@adrianeboyd sincerely thanks for the explanation. Currently I am taking a look at the documentation on spaCy Web site and more precisely to the [Adding Languages](https://spacy.io/usage/adding-languages) page to understand the...

> instead of destructure statement here `const { initLoading, loading, list } = this.state;`, access all variables directly from `this.state` everywhere. The extension will work after this Thanks. I'll try...

I am not totally sure if it still works, since I wrote it some time ago, but you could check my fork https://github.com/endersaka/VisualSFM_OS_X_Installer, I used it to build in the...

Hi guys, I have tried your work arounds but I was not able to fix it. ``` $ ./vsfm_os_x_installer.sh Dan Monaghan's VSFM and PMVS installer for OS X About to...

@rasmi, sorry. I missed the updated installer. Now it works and thanks for your help, very useful.

I tried to see gdk symbols with `nm` and there is no symbol containing "x11" string. `nm /usr/local/Cellar/gtk+/2.24.31_1/lib/libgdk-quartz-2.0.0.dylib | grep -i -e "x11"`

Actually I can't find the functions in the headers too! But I did not find any informations about their deprecation or removal from the API. Where are defined those symbols?