fonlow

Results 59 comments of fonlow

Further research revealed that this is not a handlebars.net specific problem, as I had googled "xamarin iphone exception byref delegate linq expressions lightlambda". This https://github.com/MessagePack-CSharp/MessagePack-CSharp/issues/1344 had provided a solution: `Properties/iOS...

I see similar problem too. Relative image url is important to move the Website to different hosts. At the moment, either cut&pastes or drag&drop result the relative url being converted...

IMHO, DateOnly had already been supported well in Swagger 2.0 and OpenApi 3.0 already, as described on https://swagger.io/docs/specification/data-models/data-types/#string and https://swagger.io/docs/specification/data-models/data-types/ ``` date – full-date notation as defined by [RFC 3339,...

Swagger/SmartBear has started to support 3.1 since June, at https://smartbear.com/news/news-releases/swagger-open-source-tooling-now-supports-latest-op/ And at the moment, the lib gives "Microsoft.OpenApi.Readers.Exceptions.OpenApiUnsupportedSpecVersionException : OpenAPI specification version '3.1.0' is not supported."

I had some deep dive into this issue in 2011: * [Enforce Proper Disposal of WCF Channels against a WCF Defect](https://webandlife.blogspot.com/2011/12/enforce-proper-disposal-of-wcf-channels.html) * [Proper Disposal of WCF Channels against a WCF...

yes, I just saw the same thing. 0.8.8 is OK. My own app tsconfig.json is with es6/es2015, all working fine until introducing cropper 0.9.0. I noticed that in cropper's tsconfig.json,...

In my article "[Generate Typed FormGroup of Angular Reactive Forms with ASP.NET Core Web API](https://www.codeproject.com/Articles/5374226/Generate-Typed-FormGroup-of-Angular-Reactive-Forms)", I had suggested the following: Probably you have noticed, the generated form controls are always...

I found sanitize: true in AngularEditorConfig causes such conversion. Setting sanitize:false may resolve the problem, however, I am not entirely sure if sanitize must do such conversion.

apparently sanitize uses what in `import { DomSanitizer } from '@angular/platform-browser' at angular-editor/projects/angular-editor/src/lib/angular-editor.component.ts The usage of DomSanitizer causes such conversion. Issue https://github.com/angular/angular/issues/31835 had provided an example at https://stackblitz.com/edit/angular-issue-repro2-kh52nw?file=src/app/app.component.ts Alter the...

reported this to https://github.com/angular/angular/issues/48598