Cole Arendt

Results 165 comments of Cole Arendt

Interesting!! Well that is a different one! Any chance these files are misnamed and their encoding is actually some other type of file? I.e. you could try opening the file...

Finally got around to digging into this a smidge. It looks like this particular `.xls` file example is "invalid" according to the (newer, at least) Apache POI library, so will...

/remove-lifecycle rotten

Woops missed that process 😅 Thanks, will do!

I started a HIP for this - haven't submitted yet

Worth noting that this could be resolved by users with #643 (more discussion https://github.com/traefik/traefik-helm-chart/issues/595). The chart could always have more native support for this type of pattern though - I...

And my hack around this for `character -> datetime`. Mostly taken from `vctrs` 0.2.4 😅 https://github.com/rstudio/connectapi/blob/00a01aa74aee8df5fcc67cee14b80c5239168b52/R/parse.R#L121-L129