Gergely Daróczi

Results 185 comments of Gergely Daróczi

Hm, that's a good question :+1: But I before getting into the details, I might try to defend the original design and let the layout fn handle the time format:...

That's a fair request! 👍 On the other hand, for the actual use-case, did you consider using the async logging feature of `logger` (using `mirai`)? This way, you wouldn't need...

Not all formatters are using `logger_meta_env`, and `Sys.time()` is currently hardcoded in a few of formatters as well (e.g. `layout_simple`). Maybe the layout fns should get a `timestamp` param default...

Thank you, @thomasp85, I think that should work and I highly appreciate your help with this.

I'm not sure if `split.cells` is doing anything here .. it's supposed to split a cell's text into multiple lines when exceeding the provided threshold at breakpoints. The HTML link...