albert-github

Results 1256 comments of albert-github
trafficstars

At the moment it is hard to tel what is the best solution as - the original pages (https://cgal.github.io/6849/v5/Isosurfacing_3/classCGAL_1_1Isosurfacing_1_1Gradient__function__3.html) O I cannot reach (probably to old and thus removed) so...

I wanted to have a look at the possibilities to answer the question posed in this issue, but I didn't succeed in getting the branch from GitHub (probably due to...

FYI I've been looking into the issue as noted in https://github.com/CGAL/cgal/issues/8397#issuecomment-2538701254 and created a small example. I didn't see the solution yet, but I also send it to Dimitri and...

Interesting idea. Would this only be for HTML output or also for other output formats (LaTeX, RTF, DocBook, XML, Man, ...)? Doxygen has the `WARN_LOGFILE` and an extra setting in...

> Currently i'm using the WARN_LOGFILE but, this implies to have access to the CI server in order to access the log file (or set it as an artifact). Gave...

Good that you like the provided solutions and that they work for you. > But I think that a warnings page included directly without any tricks would be a great...

I don't think an XML file would really help it would also just contain the filename, linenumber and text and by modifying the `WARN_FORMAT` setting this would any already be...

The enum in C# is a so called strong enum and it should be possible to link to it as well, even though in the documentation of `AUTOLINK_SUPPORT` only namespaces...

Looks like there are nowadays native images available. I tried it on Windows but got a stack trace, see https://forum.plantuml.net/19761/running-native-image-on-windows

@asm0dey What you showed looks like what I got on my windows machine. For completeness my full trace: ``` java.lang.NoClassDefFoundError: java/util/HashMap at org.graalvm.nativeimage.builder/com.oracle.svm.core.jni.functions.JNIFunctions.FindClass(JNIFunctions.java:359) at [email protected]/sun.awt.Win32FontManager.populateFontFileNameMap0(Native Method) at [email protected]/sun.awt.Win32FontManager.populateFontFileNameMap(Win32FontManager.java:195) at [email protected]/sun.font.SunFontManager.getFullNameToFileMap(SunFontManager.java:1608)...