i
i
     **(Optional) Expected behavior** A clear and concise description of what you think the preferred outcome should be. **Desktop (please complete the following information)** - OS:...
Tried running this a few ways and got different sorts of errors. ``` isomorphismes@scheherezade:/opt/facebook_client_terminal$ sudo cp js/config.json.example js/config.json isomorphismes@scheherezade:/opt/facebook_client_terminal$ sudo npm update isomorphismes@scheherezade:/opt/facebook_client_terminal$ node js/run.js node.js:201 throw e; // process.nextTick...
> when I call x = SomeClass(), __init__ is not the first thing to get called. Actually, it's a method called __new__, which actually creates the instance, This wasn’t clear...
Here is the error I get when I try to run `./configure`: ``` checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for...
``` i@scheherezade:/opt/tre$ ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is...
``` configure.ac:6: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:8: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION configure.ac:14: error: possibly...
this is the right one
If I’m not connected, the error message says eg ```$ bro xargs The command 'xargs' isn’t in our database. ``` when in fact it is.
`terminal 1 ~ $ bro join` `terminal 2 ~ $ bro lam` `terminal 1 ~ $ bro thanks` > ` that index (1) is not available for 'lam'`
what exactly is the bug in ``` (user,callback) => { if (user) { callback(null,user) ; } return callback( "No user found", null) } ``` ?