Stephan Lachnit
Stephan Lachnit
I'm interested in packaging this for Debian, and I see that you already did some packaging. I would have to change a couple of things before uploading, the question is...
**Explain the problem.** `mwe.md`: ````markdown This is code outside of a list: ```math a^2+b^2=c^2 ``` - This is code in `- ` list: ```math a^2+b^2=c^2 ``` - This is a...
This add supports for [GLFM's math blocks](https://docs.gitlab.com/ee/user/markdown.html#math) using [hugo's Markdown render hooks](https://gohugo.io/templates/render-hooks/#render-hooks-for-code-blocks).
This switches Mermaid to use [hugo's Markdown render hooks](https://gohugo.io/templates/render-hooks/#render-hooks-for-code-blocks ) instead of manipulating the string at runtime, which should improve page loading performance by a tiny bit. Similar to #987,...
# This Pull request: ## Changes or fixes: Adds an option to the `ROOT_STANDARD_LIBRARY_PACKAGE` macro to allow renaming libraries with sub-optimal names (e.g. libGui). On install, it will symlink from...
- [x] Checked for duplicates ### Describe the bug When compiling with VecGeom enabled, I get this compile error: ``` In file included from /include/TObject.h:18, from /include/TNamed.h:25, from /include/TDictionary.h:44, from...
### Explain what you would like to see improved I'm currently working on getting ROOT into the official Debian repositories for easy installation. However, a major hassle is the name...
Closes #812.
On 32-bit-only machines, building these for the 32-bit architecture makes sense. This is e.g. the case in Debian, where we have 32bit architectures. Since the options to build them are...
Just a simple workflow to check that MangoHud builds properly with new PRs. I rebased this against #151 and #627 as these change build options / dependencies. You can view...