Den
Den
Tried, something is not working https://github.com/fairking/stimulsoft-demo
The entire User Interface in my opinion is a little bit frustrating.
> I just looked and it seems to be more a problem of the argostranslate model which translates badly hello, because other words sentences are translated well. I don't understand...
I don't think this translator is useful at all. I am sorry guys but the tranlation result is unacceptable. I would not use it in any circumstances. Please consider to...
For those who has the same error the following workaround might help: I used the [swagger-codegen](https://github.com/swagger-api/swagger-codegen#generators) and it worked fine. 1. Install Java on your Windows machine [here](https://java.com/en/download/). 2. Download...
This is the command VS executes: ``` Severity Code Description Project File Line Suppression State Error MSB3073 The command ""C:\Users\Admin\.nuget\packages\nswag.msbuild\13.0.5\build\../tools/Win/NSwag.exe" openapi2csclient /className:Api /namespace:WebRef.AccessPay /input:C:\Code\WebApplication1\WebApplication1\OpenAPIs\swagger.json /output:obj\swaggerClient.cs " exited with code -1....
I have the same issue:  The scheme looks like this: ``` json "/ApiKey/Update": { "post": { "tags": [ "ApiKeyService" ], "operationId": "Update", "parameters": [ { "name": "pKey", "in": "query",...
After I changed to the following the client generated without any errors and compiled: ``` json "/ApiKey/Update": { "post": { "tags": [ "ApiKeyService" ], "operationId": "Update", "parameters": [ { "name":...
I tried something like the following but it is not working: ``` npm install ts-nameof --save-dev ``` Sample.vue ``` {{myClassName}} - {{nameof()}} import Vue from "vue"; import { MyClass }...
Tried. Got the following error: ``` ERROR Failed to compile with 1 errors 8:54:51 AM error in ./src/components/HelloWorld.vue Module Error (from ./node_modules/eslint-loader/index.js): C:\Code\vue-ts-nameof-sample\src\components\HelloWorld.vue 25:28 error 'nameof' is not defined no-undef...