Alexander Grund

Results 803 comments of Alexander Grund
trafficstars

> After using the commit for a while, I made a minor interface change. Now the report message mentions the actual path to the artifacts, which speeds up the navigation...

@boegel Did [my comment](https://github.com/easybuilders/easybuild-framework/pull/4601#discussion_r1976620762) about the salt got lost? It is collapsed now, so not sure if the decision was deliberate: I don't think we should use the salt as...

Test report by @Flamefire **SUCCESS** Build succeeded for 18 out of 18 (18 easyconfigs in total) n1505 - Linux RHEL 8.7 (Ootpa), x86_64, Intel(R) Xeon(R) Platinum 8470 (icelake), Python 3.8.13...

For the AI-Battle `RunProgram` is not used, so that wouldn't help there. And for regular playing `rand()` is not only used for AI but also for drawing, which was the...

I don't think so. Checking the mentioned sources shows the calls to where the message is printed. Anyway: ``` accept-eula-for (F) = Intel-oneAPI, NVIDIA-driver allow-loaded-modules (F) = EasyBuild, EasyBuild-devel, ccache...

Hm, it's very odd. I doesn't seem to depend on compiler versions. It also happens on my local Linux Mint but doesn't happen using an Ubuntu 22.04 singularity container In...

With a lot of testing and comparing I found the issue: There is one axis subset which gets rejected in the non-working version at https://github.com/harfbuzz/harfbuzz/blob/a070f9ebbe88dc71b248af9731dd49ec93f4e6e6/src/hb-ot-stat-table.hh#L124 In particular there is a...

There is another place where the output is made sure to be in locale=C and one where a comma is replaced by a dot after the fact, so maybe it...

> Where's the other place you spotted? https://github.com/harfbuzz/harfbuzz/blob/98353ecefe146642e585b4b844abde32a1287da5/src/hb-common.cc#L1137-L1140 https://github.com/harfbuzz/harfbuzz/blob/98353ecefe146642e585b4b844abde32a1287da5/src/hb-subset-cff-common.hh#L138-L139 And as mentioned there is `hb_parse_double` which could be used as this seems to be fully locale independent

> But those two pieces of code are for printing a double, not parsing it. Yes those 2 are printing doubles in C format, so maybe the input is meant...