Nick Marino

Results 7 comments of Nick Marino

I started seeing the same error just today, and it's just like what @glittershark is describing; I initially assumed cleaning out my build directories would help but I'm just continuing...

Thanks for the quick reply, I disabled the target-dir setting but the same error still appeared. It took a couple of minutes to show up, but I'm guessing that might've...

Okay, so the plot thickens...after switching the settings back, the error is not happening anymore. And, indeed, I looked at one of the previous errors from the logs: ``` extern...

Well, the docs say that the formatter "provides a generic, default formatting for log messages using a structure similar to Erlang's iolist which we call "semi-iolist"...any traditional **iolist elements** in...

Okay I reread it a few times. Perhaps it was meant to be interpreted as "any elements that are themselves iolists are printed verbatim"? I read it as "any elements...

Sounds good 👍 I did a little more experimenting and it _does_ allow bare binary strings (e.g. `{formatter_config,[message,]}`) which are iolist elements but not iolists themselves I believe, so that...

Hey sorry, I know I said I was going to look into it but I've been super busy for the last month (just started a new job) and haven't gotten...