Steven Searcy
05/30/2025, 8:58 PMpkl
modules still considered a good practice here? I know there are some limitations to include_paths
.Edgar Ramírez (Arch.dev)
05/31/2025, 12:09 AMpkl
would definitely do the job but it's not documented and there's no official module for it yet (feature requests issues in GitHub welcome!)
What limitations have you run into with include_paths
?Steven Searcy
06/02/2025, 3:31 PMselect
wasn't supported, which led me to pkl
. I will likely stick with include_paths
for now as the plan is to retain ALL of my raw data and shouldn't really need to use select
. Thanks Edgar!