Amit K Gupta
Amit K Gupta
I don't know what is the problem. But it is not working. Not giving any error too. Call function back is also not working.
I wanted to add [imglab](http://imglab.ml) in your list. But I'm not sure what would the appropriate category or should we create new category for machine learning tools. A brief introduction...
When I'm using this library to load js files using `import` statment, it gives error "SyntaxError: Unexpected token {".
I found that if the pow is `-21`, the library returns 0. ```bash > BigNumber(10).pow( -20 ).toFixed() "0.00000000000000000001" > BigNumber(10).pow( -21 ).toFixed() "0" ```
I tried to translate [nimn.js](https://github.com/nimndata/nimnjs/blob/master/src/nimn.js) in prolog and other languages. But it gives so many errors on console. Is there any guide which can help me?
I have no idea how it stops working when I load my module in unit tests while it works directly. I'm not spying fa or path modules. I'm using jasmine...
Click to expand whatever Like the above example, can we please support for collapsible sections.
We're currently working on new features in Stubmatic. Your suggestion would help us to lead in the correct direction. Targeted major features 1. **Single handler**. We were previously using 3...
Currently, a user can create the mapping to serve the response from random files or in a round-robin fashion. ([wiki](https://github.com/NaturalIntelligence/Stubmatic/wiki/04.0-Response-Resolution-Strategy)) ```yaml - request: url: /stubs/employee/([0-9]+) response: strategy: random files: [".xml","file2.xml","file3.xml"]...
# Why In current version of Stubmatic, we use regular expressions to match & catch HTTP request. Writing regular expression can be an easy task for a developer, but reading...