Vasil Trifonov

Results 20 comments of Vasil Trifonov

@akshaydoiphode where do you get opencv-platform-4.0.1-1.5.jar from?

can you try again with the latest version

How are you starting the android-dts-generator?

You’ve got this error while building your nativescript project for android with ‘tns build android’? And you are using nativescript 4.0?

@farfromrefug, sorry, it should remain: ```TypeScript public requestLayout(calledFromChild?:boolean): void; ``` (without space after the parameter) in the **api-reports/NativeScript.api.json** file. You'd better run ``` npm run api-extractor ``` and then commit...

Seems like there was a bug when reading the persist path which I just fixed in the master branch. Can you please try again?

Looks useful, will take a look when I have some time. Thanks for the suggestion!

Hi @maryigoshyna are you using [jmartin82's mmock repo](https://github.com/jmartin82/mmock) or my fork, as it is older than the original one. My fork does not support **request.body.data**, so your only option is...

Thats because you are matching only letters with (?P\w+), if you want to get the value of **comments_allowed_for** you should use something like {{request.body..\*comments_allowed_for.*=(?P\\\\d+)}}. You need to add the regex...