Zeke Foppa
Zeke Foppa
It seems to be down to the `table.with` line in `run_sql` here: ```rust // The `tabled::count_rows` add the header as a row, so subtract it. let row_count = print_row_count(table.count_rows().wrapping_sub(1)); table.with(tabled::settings::panel::Footer::new(row_count));...
I believe this is down to the `row_count` being zero.
We could accept both the old and new format and therefore not be api-breaking.
I think we may have other tickets for this? I think we've worked on this.
Thank you for opening this! Some initial questions while we work on getting a reviewer for this: 1. Is this blocking a particular use case for you? 2. When you...
Thank you for all the helpful info! We're still waiting on some reviewers for this part of the codebase to become available - right now they're all hands on deck...
Hi @honeyhead! What do you mean that it's missing? This works for me: ```bash spacetime init --lang csharp my-test-project cd my-test-project spacetime build ``` `ReducerContext` is generated at build time.
> So every SpaceTimeDB C# project has to live with IDE errors, like "The type or namespace name 'ReducerContext' could not be found (are you missing a using directive or...
@dotnetCarpenter interesting.. I'm not able to reproduce it on my machine and VScode, with all the same versions. We'll have to look into it more. Does your explorer view list...
> [@bfops](https://github.com/bfops) strangely enough, I don't get the errors after I have restarted my system. They were showing up in the Problems pane. Perhaps it was a language server issue....