Will Robertson

Results 245 comments of Will Robertson
trafficstars

Thanks for posting this. I agree it would be good to make this change... but looking at the code it's not trivial as many of the conditional branches are in...

Thanks for the feature suggestion. I would have to think whether making this change for `\ifoddpage` would be possible for backwards compatibility, but I definitely agree that a more robust...

Before I realised there were other active forks (sorry!), I started expanding the scope of the original pysankey code here: https://github.com/AUMAG/ausankey/ This allows multiple “stages” or columns of data to...

@Pierre-Sassoulas — sadly I didn’t do my research before starting my fork (honestly I didn’t go into it with a plan to develop a whole thing, just to tinker —...

> But I believe that harfbuzz is on/off depending on the loading of each font, so it is not clear what to do when loading a font that covers, say,...

It is yes — but it means, for example, that I couldn’t really switch over to use Harfbuzz by default in LuaTeX (at least at the moment). I’m glad this...

@ArchangeGabriel — Just to make sure this isn’t a unicode-math issue, do you get the same result with `$m_e c^2$` ?

> again, not convinced sorry. I know that @wspr thought (or thinks) differently about that in line with you, so I'm not claiming that my position is the right one,...

This was my code originally (I think)... I’ll see what I can do. Thanks!

For reference, this is the setup for creating the coverage file: ``` import matlab.unittest.TestSuite import matlab.unittest.TestRunner import matlab.unittest.plugins.CodeCoveragePlugin import matlab.unittest.plugins.codecoverage.CoberturaFormat suite = TestSuite.fromFolder('testsuite/'); runner = TestRunner.withTextOutput; plugin = CodeCoveragePlugin.forFolder(pwd+["","/private"],... 'Producing',CoberturaFormat('coverage.xml'));...