Raffaele Mancuso
Raffaele Mancuso
> I’m starting to think that modelsummary should take full charge of label handling instead of delegating it to parameters. I think this would re-invent the wheel
I think the meta-type `BOOLEAN` / `TINYINT` it's better because it would make conditions like `value=TRUE` work as expected, while currently it is imported as a `VARCHAR` and that condition...
> No, because a string `TRUE` doesn't imply that the user meant for the column to be converted to a `TINYINT`. For all we know the next row may have...
Still happening
> Yes, this issue is still open, so not fixed yet. :-) Yes, I just wanted to say that it is still happening even after the fix for https://github.com/easystats/parameters/issues/1126