D. St-Jacques

Results 27 comments of D. St-Jacques

> Use https://github.com/wieslawsoltes/Svg.Skia I want to *create* an SVG from scratch, not render a bitmap from an SVG. Svg.Skia doesn't do that.

I've got the same error after upgrading `SkiaSharp.NativeAssets.Linux` from v2.80.2 to v2.80.3. The crash occurs in production using Docker `mcr.microsoft.com/dotnet/aspnet:5.0-alpine` as base image. I do not control the calls to...

@nivsegal, the "workaround" I just found is to add a `setTimeout()` to display the grid after everything is shown. Here's a link to an updated [stackbliz demo](https://stackblitz.com/edit/angular-ptyaem) as an example.

@BlairMcClelland Thanks for the information. I looked at the linked comment and tried to play with `eventLag.lagTreshold`. Adding this code to `main.ts` seems to work (though I have **no** idea...

Can someone confirm that @x3igh7's solution works? I've haven't been able to get it to work even after fixing the typo (it's missing a closing bracket for `child`).

@IAfanasov , your proposed workaround didn't work for me. `ngOnChanges` still wouldn't get triggered. :/ The only workaround I got working was to wrap the component with `ngOnChanges` in another...

@jennifer-shehane Yes, I image it can be very hard to pinpoint the cause. I cannot provide a reproduction as it's happening in my main, complex app test cases, but can...

@vicancy Are you saying this should be fixed? Because after upgrading from Microsoft.Azure.SignalR" Version="1.26.0" to Microsoft.Azure.SignalR" Version="1.26.1", I see this error many, many times every time I deploy a new...

I found #2872. This appears to be a long standing issue. Quite unfortunate, that was the last piece of the puzzle to migrate away from CKEditor5. :/

@lutzissler Thanks, but CodeMirror doesn't appear to have a toolbar for Bold, List, Headers, etc. It's specialized for code output. That's not my use case.