Sabri Eyuboglu
Sabri Eyuboglu
I also store pdf files for research alongside my md notes, would be great if there was an option to filter which files are shown in the tree. In my...
Also we should implement an Operation class that supports lookups like in rg. Also should support specifying required columns to the op.
An `index` column is no longer added automatically as of #208
In the same vein, we should support linked `LambdaColumns` where two columns are both products of the same operation . A use case of this comes up in #222, where...
Important to test CellColumn, Khaled ran into an issue where Fixed the issue with #140, but still need tests.
This is closely related to #134. They should probably be addressed together.
@krandiash @ad12
In case it's useful to anyone stumbling upon this same issue, I've just been using this as a workaround to compare code for now: ```python def compare_runs(run_id_a: str, run_id_b: str,):...
This should be fixed in the most recent update -- let me know if the problem persists