i
i
ah ok thanks @laurikari , I did not have `autopoint` and did not know to run `utils/autogen.sh`. (I always just do `./configure; make; make install` and anything more complicated →...
``` i@scheherezade:/opt/tre$ utils/autogen.sh Replacing @TRE_VERSION@ by 0.8.0 to python/setup.py Replacing @TRE_VERSION_1@ by 0 to python/setup.py Replacing @TRE_VERSION_2@ by 8 to python/setup.py Replacing @TRE_VERSION_3@ by 0 to python/setup.py Replacing @TRE_VERSION@ by...
thanks so much @laurikari ! I posted the objections above but I think it compiled … will close this issue as soon as I can verify it did correctly install....
i'm not sure either.
ok, this answered my question: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise so the proper structure for a promise is `var p = new Promise( (a,b) => a("working") )`
I guess looking back you did say this somewhere in lesson #2. But I didn't understand it from what you said. (probably too much text)
I don’t understand what this one is asking for.
@dwiel because there are so many, I suggest user assent/choice, based on a search.
If I naïvely search through my `~/.bash_history`, there would be unpronounceable things like `w3m`, which should have been `alias`ed to `web` or `browse` or `look up`.
`history | tr -s ' ' | cut -f3 -d' ' | sort | uniq -c | sort --numeric --reverse | head` mine is ``` 180 fg 163 cd 158...