Cameron Moore

Results 148 comments of Cameron Moore

@richtera, I submitted a PR that adds some additional scenarios to the tests configuration. We max out at 80 lookups! Hoping those help this discussion.

First, as is usually the case, when I program late at night, I usually missing something. In this case, I didn't catch the fact that this PR is proposing two...

What about the existing PR and the *test for any unnamed shortcodes* case?

I like where you're headed here. One comment: > ```toml > [taxonomies.news-categories] > name = "news-categories" > ``` The `name` key/value pair is redundant. We can use the table name...

It happened again this afternoon. I can confirm that maximizing the window is also a workaround. I'm assuming at this point that any resizing of the window or package listing...

> Disabling the 1-minute timeout for package related operations has allowed `pip` to complete Does enabling this setting resolve the rendering problem I described or are you talking about a...

I haven't seen this issue lately either. v3.2.0 was released on May 7th -- that sounds about right for when the issue probably went away. 🎉

Another option is extending `mutate3`: ```bash sh$ echo -e "date\n1737454964\n1737454954" | csvtk mutate3 -n conv -e 'unixEpoch($date).UTC().Format("2006-01-02 15:04:05")' date,conv 1737454964,2025-01-21 10:22:44 1737454954,2025-01-21 10:22:34 sh$ echo -e "date\n45677.39685185185\n45674.412777777776\n45674.410474537035" | csvtk mutate3...