Pawel

Results 17 comments of Pawel

Is `Extract` making actual trip to the database?

In this case I would say it must happen in `ExecuteQueryMultiple`. If database was already queried by the time `Extract` was called then it would make no sense to retrieve...

I’m on the same page. Need to see a couple of examples to learn how to use things like design tokens.

For business-line-application a proper data grid is almost always essential. A good one will allow user to resize columns, include details view, sorting, filtering, virtualization, in line editing, custom cell...

Same with the Polish lang ``` DefaultFormatter.Format (String resourceKey, Int32 number, Boolean toWords) /_/src/Humanizer/Localisation/Formatters/DefaultFormatter.cs, line 130 System.ArgumentException: The resource object with key 'DateHumanize_MultipleMinutesAgo' was not found (Parameter 'resourceKey') ```

Note, that exception is thrown inconsistently. Only happens when NO relevant language lib is referenced (for example 'Humanizer.Core.pl') and under specific conditions. **Repro steps:** 1. Uninstall Humanizer.Core.pl (if installed) 2....

Encountered this issue today. Just to clarify - the model selection state is maintained correctly but visually items appear to be unselected after collapse -> expand sequence.

A component that throws an exception at runtime can be problematic because it complicates the management of such exceptions. While it's possible to wrap the entire component within an `ErrorBoundary`,...

I think this is one of the rare cases where `Hidden` would be more appropriate than `Visible` because `` would read very weirdly.

Came here to suggest this enhancement.