tarcisio

Results 44 comments of tarcisio

The issue arises when the width of the Row is being calculated, it searches for the `Min` value amongst the elements provided to the `Rows` object, treating it as the...

> If there were another way to add spacing, I would have used it, alas this is the only solution I know of. However I would expect it to work...

> Any updates on this? You have to use the `AliasAs` attribute. Sadly the refit team has not reviewed my PR. https://github.com/reactiveui/refit?tab=readme-ov-file#api-attributes GitHubGitHub - reactiveui/refit: The automatic type-safe REST library...

> Can this be looked into, or is the PR stale? I guess they're too busy

> @tcortega Please could you recheck the code you have added after the merge to be sure it still covers the same intended update I'll check it either later tonight...

@ChrisPulman From my end, based on my changes, this is pretty much what I can do testing-wise.

> Can you provide a full example what you are trying to do? `new ExpressionParser(null, """$"{1+1}"+string.Empty""", null, null).Parse(null);` Has a simple string interpolation but leads to the `No 'it' is...