Stephan
Stephan
Hi, did you consider theming support, aka optionally supporting Bootstrap? If you have some advice for me, I'd volunteer implementing it.
Hi etishor, I was just wondering if you are still supporting Metrics.NET. It'd be great to see a sign of life for this great library! Cheers, Stephan
broken down from #254, submitted by @goedo InvoiceDescriptor22Writer.cs ```csharp private void _writeOptionalTaxesNew(ProfileAwareXmlTextWriter writer) { decimal lineTotal = 0m; List taxes = new List(); foreach (Tax tax in this.Descriptor.Taxes) { Tax...
**Is your feature request related to a problem? Please describe.** I was wondering why you limit the columns values for AddRow() to string objects: https://github.com/spectreconsole/spectre.console/blob/2cc6c457ade3c0b795ebb4d0f8868e1befc56a6c/src/Spectre.Console/Extensions/TableExtensions.cs#L148 Is there a design idea...
**Is your feature request related to a problem? Please describe.** Currently, Spectre.Console throws an exception if one passes a null value for a table cell value: https://github.com/spectreconsole/spectre.console/blob/2cc6c457ade3c0b795ebb4d0f8868e1befc56a6c/src/Spectre.Console/Internal/Text/Markup/MarkupParser.cs#L7 **Describe the solution...
Hi @visualjerk, sorry to ask a question as an issue, hope this is ok for you. Actually I just wanted to ask if you tested your magic URL module with...
- Taxes - ServiceCharges - TradeLineItems - ReceivableSpecifiedTradeAccountingAccounts - CreditorBankAccounts - DebitorBankAccounts