Olegas Goncarovas

Results 5 issues of Olegas Goncarovas

It would be nice to add unit tests for this app.

* Browser and version: All * Version of Leaflet (`L.version`): 1.3.4 * Version of esri Leaflet (`L.esri.VERSION`): 2.2.3 Steps to reproduce the error: 1. Create a dynamicMapLayer 2. Wait until...

Enhancement

I guess most of the users (including me) need default implementation of sorting, filtering, paging which is available in the demo page. I do not want to copy-paste the same...

### Describe the bug Using `RangeAttribute` on nullable property (for example `decimal?`) results in NRE ### Steps to reproduce (please include code) ``` public class Product { [Range(1, int.MaxValue)] public...

🐛bug

I was surprised to find out that currently log buffering (and their default options) is only enabled when `LogBuffering` in `PowertoolsLoggerConfiguration` is not null: https://github.com/aws-powertools/powertools-lambda-dotnet/blob/eb62bf4ce7e0c1d63f0828ec07497d04eea596b5/libraries/src/AWS.Lambda.Powertools.Logging/PowertoolsLoggingBuilderExtensions.cs#L191C1-L192C1 This can be confusing as...

help wanted
area/logging