Cristian Le

Results 722 comments of Cristian Le

> Ability to have a collaboration as an author? How about having several modes: - filter-orcid: only contributors who made their orcid public in github (gitlab?) profile are included with...

From what I read there, there is no frontmatter section for LaTeX? Maybe some other undocumented limitations would be splitting the document in multiple files? That would be a limitation...

> You can split up files and use `include` in latex as well, but you might have a different thing in mind for book projects? Would `mystmd` try to parse...

> The way that web is presented is often different, for example, in [my thesis](https://phd.row1.ca/framework), each chapter is a page online, but there is only one `\begin{document}`. Just to clarify...

We have discussed a bit on the `scikit-build-core` issue and we suspect it is because there are two `cmake` calls being done, a native `%cmake_build` and one through `%pyproject_wheel` which...

> > We have discussed a bit on the scikit-build-core issue and we suspect it is because there are two cmake calls being done, a native %cmake_build and one through...

Well that's the issue with the current custom build system, it is not that flexible and it always defines some defaults. You can pass more variables by setting the environment...

Now that label parsing is coming, we could make a cleaner UX by using labels like `build-side-tag-xxx`. Would also be worth coordinating with Fedora-CI on a naming so that they...

Sounds good. The only issue I can think of is where to get the context/dictionary (temporary ones for the tool) to pass to the template. Normally you would want it...

Hmm, what about using the file separator `---` such that the first file is the metadata file, while everything below that is templated? I think that is not common practice...