Rafael Gomez

Results 5 issues of Rafael Gomez

Mattermost now has [interactive dialogs](https://docs.mattermost.com/developer/interactive-dialogs.html). We should add support for it in the next release. @PromoFaux should we maybe release a version 1.4.1 with support for interactive dialogs and updated...

enhancement
help wanted

There are some scripts, like the **google-translate** one, that are completely broken. In this case the script still uses the old `translate.google` instead of the actual Cloud API. There were...

In .NET 6 two new data types (structs) where added `DateOnly` & `TimeOnly`. When trying to use one of those in ClosedXML.Report you get an `System.ArgumentException: Unable to set cell...

## Problem Statement No support for Office 365 services like Planner and ToDo List ## :grey_question: Possible Solution Add support for Office 365 services as integration ## :heavy_plus_sign: Additional context...

enhancement
Stale

I am having problems by trying to query using EF Core 7 with MSSQL Server and filtering by a smartEnum. As example I have a SmartEnum `ProcessState` ```cs public abstract...