lapwat
lapwat
I noticed that there is a `tempDir` option that you can use to specify a place to put temporary files used by the script. https://github.com/cyrilis/epub-gen/blob/1a14d7be0354ece5227d6697820f464f529671f5/lib/index.coffee#L73 It would be useful to...
Correct me if I am wrong, but x265 files do not seem to be supported. When trying to play a x265 video, only the sound and subtitles are showing on...
Would it be possible for you to push built images to the Docker Hub at moshee/airlift after each commit ?
I have made an investigation about why the `/tmp` is not cleared when converting to MOBI.  First line top right is the original /tmp usage. Second line is the...
In `st` terminal, `printf "%b" "\033]11;#ff0000\007"` may not work but pywal does work. If I run: ```sh xrdb -remove * printf "%b" "\033]11;#ff0000\007" ``` The terminal background does NOT turn...
### Expected behaviour Balance should be updated once a transaction is confirmed. ### Actual behaviour Address balance is 0 on my node whereas address balance is 1 on bitfinex node....
Hi, When I `npm install hangupsjs`I get `node_modules/hangupsjs/src/auth.coffee:32:49: error: unexpected -> class AuthError extends Error then constructor: -> super ^^` If I install coffescript via brew or npm, I get...
The example from the **README** is throwing an error. It is saying **message: '"name" is required',**. ```ts const Joi = require('joi'); const Enjoi = require('enjoi'); const schema = Enjoi.schema({ type:...