Charles Swartz
Charles Swartz
I too have seen this issue. I believe it comes from `set conceallevel=2` in the plugin. I think that for files in `g:indentLine_fileTypeExclude` the plugin should revert to `conceallevel=0`. Perhaps...
I was wondering if the ideas mentioned in https://github.com/PrefectHQ/prefect/issues/7257#issuecomment-1330833333 are still planned or actively being worked on - specifically, allowing a custom result class for your flow/task? If not, is...
@cosmicBboy I came up with a quick pydantic "solution" that overrides `DataFrameModel.__get_pydantic_core_schema__` and registers `DataFrameModel.validate` as a validator of the annotated source type. Currently, this only works with pydantic v2...
@cosmicBboy now that the polars integration is out of beta, would like you to explore enabling the use of `Annotated` with `DataFrameModel`? Like I said, I would be happy to...
Ah, I think I choose my words poorly in this case - my apologies. @davidparsson, your suggestion about using parent/child injectors is brilliant and I will absolutely keep that in...
@elijahbenizzy and @skrawcz - is this issue currently being worked on? If not, do you mind if I take a crack at it? Thanks!