Saketh Kasibatla
Saketh Kasibatla
Just wanted to bump this. I'm using `Portal` in SSR, and it still has this issue
Just wanted to bump this issue. I'm using a custom pino logger that outputs JSON, and my parser gets tripped up by all the log prefixes
I'd definitely appreciate that!
FWIW, piping the output into this sed command: ``` sed -l -E 's/^@[a-zA-Z-]+\/[a-z-]+:[a-z-]+: //' ``` did the trick for me!
Any update on progress with this? Had to downgrade to 3.5 to make it work
I think I've run into this problem as well. Here's a code example: ``` content ``` compiles to this: ``` content ``` rather than this: ``` content ```
I also ran into this issue. I was able to get around this issue by writing a script that converts `srun eauto use: binds_neq_shrink unfold: term_subst, subst, prop_subst.` to `srun...
I tried applying this patch, but I still get a related error: ``` ./main.tex:31: Argument of \MakeLowercase has an extra }. \par l.31 \frontmatter ```