lapwat

Results 41 comments of lapwat

> Does it make sense to bump the chart version too in this PR? Not sure

# Fix https://github.com/toboshii/hajimari/pull/34 # Workaround until it gets merged `helm install hajimari hajimari/hajimari --set image.tag=v0.2.0`

A better default value for `tempDir` would be to use OS specific directory: https://nodejs.org/api/all.html#fs_fs_mkdtempsync_prefix_options ```js // require fs, os, path const prefix = path.join(os.tmpdir(), 'epub-gen-'); const tempDir = fs.mkdtempSync(prefix); //...

Yes there is a JavaScript challenge sent by the website to protect against scraping scripts. To overcome this issue, we need a Javascript interpreter that resolves the JS challenge.

I was trying to play a mkv x265. I have just tried [x265 – Big Buck Bunny 4K @ 2 Mbps](https://s3.amazonaws.com/x265.org/video/BigBuckBunny_2000hevc.mp4) mp4 file. Now the video drop down menu does...

https://github.com/jisaacks/GitGutter/issues/284#issuecomment-257291258 May be related to this issue, it happens when working with temporary files. Sometimes the temporary files are not deleted because they do not exist already.

@gogo199432 Can you elaborate your answer ? What is the difference between your local and test deployments ?

In my case, I set the `bodyParser` to false but forgot to comment the following lines referencing the body parse. ``` const app = await NestFactory.create(AppModule, { bodyParser: false });...

I am having the same problem: not being able to access GET parameters of the query. It would be nice if you could merge the patch. Many thanks