Alex Kryvdyk
Alex Kryvdyk
@GlodenBoy I plan to submit a pull request this week with improvements
@ElderJames this issue is still present, looking into it
> You could have a look at setting the quality down: https://docs.microsoft.com/en-us/dotnet/api/skiasharp.skdocumentpdfmetadata Hi @mattleibow. I've tried to set lower EncodingQuality and RasterDpi and they have no impact on the output...
Same. SetPanGestureRecognizerShouldRecognizeSimultaneously does not help. Any solutions?
> Need to support DateTimeOffset. @ElderJames I plan to submit PR shortly.
@ElderJames I'll try to investigate this.
@ElderJames @mosfire I checked this, and there are multiple issues with how the Persian calendar is handled in [`DatePickerDatePanel.razor` ](https://github.com/ant-design-blazor/ant-design-blazor/blob/b5df6d5ce51c787165c05751e1fd4aff4f09634f/components/date-picker/internal/DatePickerDatePanel.razor#L4) and other places. This is a design issue, I'm still...
> Hello @Alexbits , would this issue be easier to resolve based on the previous type enhancement ? Hi @ElderJames. Nope, it does not help with this one much.
Yup. I have the same behavior.
Adding a layer via overload with `before: string.Empty` parameter fixes the issue. `await args.Map.AddLayerAsync(lineLayer, string.Empty);` It looks like the following `public async ValueTask AddLayerAsync(T layer) where T : Layer =>...