Samuel Huang
Samuel Huang
> I'm not really sure that remote plugins can be lazy loaded... I just did more search about remote plugins and realize that it's true that this can't be lazy...
@jgm I don't see any function accepting `VAuto` as an arg in the code base yet, so I'm not sure if it works. I think resolving `auto` is not a...
A note for future implementation: the problem in #330 may need to be addressed first, since user may want to define `key` in LazySpec, which will cause the `setup(opts)` be...
This needs a structure change but it won't be a drastic one. - [ ] Define a single `Molten` command in Lua - [ ] Change the commands defined in...
I could use some help! The scaling is fixed but the left most portion is somehow hidden (even with scroll bar)...
> I have read the CLA Document and I hereby sign the CLA I have read the CLA Document and I hereby sign the CLA
> @sghng - if you move the mermaid diagram outside of the `vstack` or remove the `center` does that change anything? im curious if one of those are messing with...
I can still use some help here with the problem of `mo.center()` :/
> @sghng can you move it outside of the `center`? you might need to provide a `max-width` or [`justify-self`](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self) Move it outside works, but this is exactly what I want...
This is a very experimental PR... I'm not even sure how do I test it. The goal is to support `stroke` function when converting Typst files to other formats.