fonlow
fonlow
It seems the installation needs Python and Visual C++ installed on Windows. ``` npm ERR! gyp ERR! find VS msvs_version not set from command line or npm config npm ERR!...
However, after installing VS C++, more errors appear since the installation tried to rebuild the whole opencc missing a lot dependencies. After all, requiring rebuild is not looking good.
If you are developing ASP.NET Core applications, you may be interested in [WebApiClientGen](https://github.com/zijianhuang/webapiclientgen) I am working on an [alpha release](https://github.com/zijianhuang/webapiclientgen/tree/NgTypedForm) which address this issue. Here's the generated codes, with typed...
Following my comment above, I think Angular in the future may provide such meta info in the interface, then either the runtime or the design time (IDE) of Angular may...
Based on my comments above, I have created a proposal of alternative design with declarative directives at https://github.com/angular/angular/issues/52559, similar to declarative attributes in C#.
[OpenApiClientGen](https://github.com/zijianhuang/openapiclientgen) can generate C# codes and TypeScript codes along with comments including regex. Upon yaml: ```yaml RepositoryName: type: string pattern: '(?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*' minLength: 2 maxLength: 256 ``` For C#, no problem:...
others encountered similar problems: https://github.com/lukeautry/tsoa/issues/543 https://github.com/gajus/eslint-plugin-jsdoc/issues/710
done with examples at https://github.com/zijianhuang/DemoCoreWeb
I had encountered almost identical problem. The Xamarin app works well on Android. However, on iOS, the debug build work, but the release build pop up the same exception. I...
I had downloaded the lib source code and made a debug build. Then use the debug build of the lib in the release build of my app, and the same...