Bing Guo

Results 6 comments of Bing Guo

> Here's an idea for a workaround while this isn't implemented yet: > > ```typst > #let outlined-figure( > contents, > label-name, > placement: auto, > caption: none, > outline-caption:...

> Here is another solution that is maybe a little bit less cursed: > > ```typst > #let in-outline = state("in-outline", false) > #show outline: it => { > in-outline.update(true)...

I had a similar experience. Thanks for the workaround of putting color and alpha together as a tuple

It might be related to Java version incompatibility

Workaround for now: ```nextflow process A { executor 'hq' cpus 1 memory 2048 //

> I suggest we merge that PR and update the docs to say that Hyperqueue >=0.17.0 is required in the next edge release That would be great!