Ben Yaakobi

Results 7 comments of Ben Yaakobi

Yep, experiencing the same problem using the Xposed module..

> @benyaa you can enable **Filter responses by environment** in **Preferences** > > After enable this option, when you change the env, we will find the response matching your current...

> > > @benyaa you can enable **Filter responses by environment** in **Preferences** > > > After enable this option, when you change the env, we will find the response...

> > > > > @benyaa you can enable **Filter responses by environment** in **Preferences** > > > > > After enable this option, when you change the env, we...

Hi, I made an [extension](https://www.nuget.org/packages/BenTools.JSONSchema/1.0.4 ) that contains this functionality(sort of). It doesn't converts Json directly to C#/TypeScript but you can generate a Json schema out of a Json and...

Ok, so the fix in for this is to change: `if(options.selector.trim() === ":scope")` to `if(options.selector === undefined || options.selector.trim() === ":scope")` in `Tools.js`.