Shane Krueger

Results 854 comments of Shane Krueger

ChatGPT: > show me these characters Here’s how those Unicode block characters look: ``` WHITE_ALL = █ (U+2588 FULL BLOCK) WHITE_BLACK = ▀ (U+2580 UPPER HALF BLOCK) BLACK_WHITE = ▄...

It's true that currently the order of not guaranteed for future versions, although for the current version it is deterministic and follows this exact order: 1. The schema is initiailized...

On a side note, `IConfigureExecution` has a `float SortOrder { get; }` property, but `IConfigureSchema` does not. Perhaps the answer for v9 is to add `SortOrder` to `IConfigureSchema` rather than...

@gao-artur What do you think? This would allow for an extendable way to allow schema customization to be installed via DI.