Thai Pangsakulyanont

Results 165 comments of Thai Pangsakulyanont

This one is a good idea. Maybe it's a good idea to let the user override the configuration or even the template files (index.html).

Hello. That seems to be a problem with [ttyrec.js](https://github.com/jedi4ever/ttyrec.js). Are you using latest version? Can you try the [native version](http://0xcc.net/ttyrec/index.html.en) instead?

I have tried a simple karma+babel+__coverage__ example, and it works fine. However this problem usually happens when the plugin produces an invalid line number mapping. This is a rare bug....

Sorry, but this project is [no longer maintained](http://unmaintained.tech/). Please consider checking out [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul).

Thanks a lot for your patch! 😃 I’ll take a closer look when I have more time.

Seems that it doesn’t work with exported function: ``` js // coverage ignore next export function hello () { itsMe() } ``` Normal function works: ``` js // coverage ignore...

@scottnonnenberg I agree that there are certain exceptions to this rule, but the whole point of pushing code to functional style is to eliminate side-effects. 😄 In my opinion, the...

No one implemented it yet I guess… So I just pushed it as a separate plugin in order to experiment more quickly: [purely-functional/eslint-plugin-pure](https://github.com/purely-functional/eslint-plugin-pure). I’m going to test this rule, along...

For a workaround, I have submitted a pull request #59 with an action to automatically update JSON files from JS files. These JSON files are available in [my fork](https://github.com/dtinth/vercel-schemas/tree/master/json/deployment).

Thanks a lot! Sorry I haven't had the time to check the PRs recently. Will come back to checking it out later, but know that your contribution is appreciated!