Jonas Pleyer

Results 15 comments of Jonas Pleyer

Is the project still open for contributions? I would love to participate.

Thanks for letting me know. > In the meantime, I can at least merge your pull request though :) Don't feel pressured in giving my PR any more attention than...

Having read this comment > well, in matplotlib you can have a `latexified` title, here you should be able to do the same, to put equations in your plots my...

FYI I have looked at this problem and put some incremental work into the typst lexer at https://github.com/pygments/pygments It will probably be the easiest if we first develop there and...

It seems that one of the checks was canceled. I cannot see any apparent reason as to why It could have happened.

The documentation is hidden on my machine. To me it makes sense if another developer is looking at your code and trying to understand it. Maybe I was too motivated...

To advance this PR: I moved the relevant docstrings to be inline comments only. Furthermore, I hid the `count!` macro since it is only being used as a helper macro...

Sorry this was a total oversight on my part. I have rebased my master branch to not include the plots in the git history at all.

I did not see your issue and just opened a new one #554 This is the same problem.

> The simplest workaround I found if you control both the serializing and de-serializing parts is to use the following serde attributes: `#[serde(skip_serializing_if = "Option::is_none", default)] ` > > This...