Nathan Collins
Nathan Collins
So it seems like debugging is not working. If I use the debug_project() -> Launch -> Choose my project, nothing happens and it stops there. When I use run_project(), I...
When I use a FlatTableProjection, I cannot use non `string` nullables. ```csharp public record ImportFailedWithStringErrorCode(string? ErrorCodeString); public record ImportFailedWithGuidErrorCode(Guid? ErrorCodeGuid); public class FlatImportProjection : FlatTableProjection { public FlatImportProjection() : base("import_history",...
### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description While...