Tamas Geschitz

Results 9 issues of Tamas Geschitz

Just a quick feature idea: How about adding an option for blacklisting paths? This could be an array of simple objects: ``` { oasTitle1: [ path1, path2 ], oasTitle2: [...

This doesn't work in browser currently. Are there any plans for adding browser support? As I see it, the main problem is the grpc dependency, since it relies on the...

enhancement

This is not a bug report, just a question. Tried stackoverflow, but nobody replied. I'm using [Serverless famework](https://www.serverless.com/) and its offline [plugin](https://www.npmjs.com/package/serverless-offline) to start up my endpoints on localhost. This...

If I try to call this function or use the mentioned type, I get this error: ``` Cannot find module 'chalk' Error: Cannot find module 'chalk' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:668:15) ```...

bug

The task deletes ALL fixtures, including those created by some other plugin or the user. It should delete only the files it created while recording.

bug

Running make perf gives me this results: ``` node perf/local_thr.js tcp://127.0.0.1:5556 1 100000& node perf/remote_thr.js tcp://127.0.0.1:5556 1 100000 started receiving message size: 1 [B] message count: 100000 mean throughput: 32534...

I'm new to Beanstalkd. I'm trying to use the stats_job method in a worker, like this: ``` worker.client.stats_job(job_info.id, function(err, stats) { if(!err) { if(stats.buries !== 0) { worker.client.destroy(stats.id, function(err) {});...

It works fine with all models, but if the property points to an. array or object, diff won't be saved. Is this a bug? For example, given this model: ```...

Hi So this works fine, but it only generates the classes, methods and method arguments. Is it possible to generate more verbose output? For example: - Description for each function...