Benjamin Vincent
Benjamin Vincent
how can I send you a private message?
### Do not Feed the TROLL #### (EDITED) @alexhultman is Trolling you either on purpose or without being conscious of that... His point of argument might be valid if taken...
> people who use others' work without paying have no say in this world. This is one type of opinion and I will not argue with you but that is...
You talk exactly like those Republicans who think that Denmark and Venezuela are socialist countries... But I guess that with an if it's free it's a bad mentality you are...
I changed from "esnext" to "commonjs" in /tsconfig.json of my current project to fix the issue ... do I understand the probleme correctly ?
I am unable to pass my own tests ... I changed the value to reflect the erroneous result then I changed my code and ended up getting the expected result...
I would have the same expectation for the short version: ```typescript console.log( "chroma('#f058').hex() === '#ff005588'", chroma('#f058').hex() === '#ff005588', chroma('#f058').hex() // chroma('#f058').hex() === '#f058' false #ff005587 ); ``` 
when triying to install `nltk` directly: ```shell [luxcium@corsair1 explainshell]$ cat requirements.txt Flask==0.12 MarkupSafe==1.0 nltk==2.0.5 nose==1.3.0 pymongo==2.6 bashlex==0.12 [luxcium@corsair1 explainshell]$ pip install nltk Collecting nltk Downloading https://files.pythonhosted.org/packages/92/75/ce35194d8e3022203cca0d2f896dbb88689f9b3fce8e9f9cff942913519d/nltk-3.5.zip (1.4MB) |ββββββββββββββββββββββββββββββββ| 1.4MB 2.4MB/s...
using the `--user` option ```shell [luxcium@corsair1 explainshell]$ pip install nltk --user Collecting nltk Using cached https://files.pythonhosted.org/packages/92/75/ce35194d8e3022203cca0d2f896dbb88689f9b3fce8e9f9cff942913519d/nltk-3.5.zip Collecting click Using cached https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl Collecting joblib Using cached https://files.pythonhosted.org/packages/51/dd/0e015051b4a27ec5a58b02ab774059f3289a94b0906f880a3f9507e74f38/joblib-0.16.0-py3-none-any.whl Collecting regex Using cached...