Leland Vakarian

Results 4 issues of Leland Vakarian

Exactly what the title says. If I group the results by some column, and hit "Excel" to export to a spreadsheet, the exported sheet only contains the rows from the...

Bug found in list_filter construct. I can't use my specific application in this bug report b/c it is corporate knowledge, but I will do my best to describe it with...

This repo has a lot of potential, but it lacks core documentation that will allow it to be more widely used. Consequently, I've been having a hard time trying to...

I'd like to do something like this: ```toml [tool.taskipy.settings] use_vars = true [tool.taskipy.variables] some_var = "foo" [tool.taskipy.tasks] baz = { cmd="echo '{some_var}'", help = "Do something like {some_var}." } ```...