halloleo

Results 57 comments of halloleo

I can confirm this still happens with Scala 3.4.1 and Scala CLI 1.2.2. Also, adding an empty `project.scala` or `build.scala` file in that directory doesn't better the situation.

Ah, I see, there is a new attribute "headers"! Cool! > @halloleo Would this work for your use case? Yes, it certainly would. (I'd just set `prefix: ''`) > Are...

Thanks @jaspervdj for doing this. Will certainly use it.

> 1. You can use something like: > ``` > --- > title: null > . > . > . > ``` Thanks. Good to know. Of course, an intentional...

> Sidenote: I was trying to reproduce this but couldn't. It seems like recent pandoc releases are downcasing code block classes (e.g. it's looking for `figlettitle`). I will fix that...

> A workaround for now could be to use an additional command (e.g. `awk`) -- this seems to work: > > --- > patat: > eval: > figlet: > command:...

Thanks for chiming in, @laniakea64. > Expanding `"$@"` is probably not the solution. The echoed command is printed by `just` itself. Just obviously has the arguments in some internal representation....