Moaid Hathot
Moaid Hathot
Hi @wilka, a similar feature is already supported but it is turned-off by default. It can be turned-on either globally for all dumps or per-dump: Globally: `DumpConfig.Default.TableConfig.ShowRowSeparators = true;` Per...
I know this isn't exactly like what you get from LinqPad, but I'm wondering how we can generalize this. LinqPad basically transposes the table. I will think about it and...
Hi @Joebeazelman, thanks for the suggestion! This will be easily achievable once I finish my current work on abstracting the table builder (in a week or two). Having said that,...
Great work @Hejle, thanks! I want to keep the descriptors as general as possible, so creating a new type of descriptor only for Json-types should be our last resort. A...
You can use named-parameters :) ```csharp myObject.Dump(members: membersConfig); ``` Having said that, I'm rethinking the current strategy for customizing the Dumps. It isn't ideal to say the least.
Hi @sxyazi, I went ahead and submitted the first Manifest for Yazi. Could you please take a look on the values and make sure they are ok with you? https://github.com/microsoft/winget-pkgs/pull/159869...
@sxyazi, in the meanwhile while we are waiting for the Winget Manifest to be merged, I think there are two things I need help with in order to setup the...
Thanks! I will issue a PR for automating the release :)
Hi @Daydreamer-riri, @sxyazi, I have created a new PR for `winget-pkgs` instead of the one that they have closed. https://github.com/microsoft/winget-pkgs/pull/162792 The issue was with the wrong architecture of `Microsoft.VCRedist.2015`. I...
@sxyazi, @Daydreamer-riri, the PR has been merged into `winget-pkgs` and `Yazi` is now consumable via `winget`. I'll create a PR for this repo for publishing new versions into `winget` upon...