Results 60 issues of i

![image](https://user-images.githubusercontent.com/170678/185234466-2d42c748-e3d9-4988-8ce6-25fc56634cfc.png) ![image](https://user-images.githubusercontent.com/170678/185234473-077f30b3-00ff-45e0-a0ff-c3301ca6bafd.png) ![image](https://user-images.githubusercontent.com/170678/185234481-d1dcb3e3-bf58-48a5-9e37-1a267199a875.png) ![image](https://user-images.githubusercontent.com/170678/185234485-4fed0609-adc6-4706-8193-5b3bc442b863.png) ![image](https://user-images.githubusercontent.com/170678/185234496-f86e6447-2b80-4a60-89e5-e09229c1ba2c.png) **(Optional) Expected behavior** A clear and concise description of what you think the preferred outcome should be. **Desktop (please complete the following information)** - OS:...

bug
medium
needs-latex-package

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) } ``` ?