Jacob Beal

Results 19 comments of Jacob Beal

Thank you for attending to this! Thinking about the resolution: not all constants are used as units. Perhaps every constant that is often used as a unit could be given...

Digging in, it looks like this is linked to an issue from last year: #4052 This issue was patched by rolling CI back to an earlier version, but not resolved....

I'm afraid that I am not a Windows developer at all - I'm pretty much exclusively Mac & Linux, but need to make sure my Python libraries aren't cross-platform broken.

@vkottler So far as I was able to diagnose in #578, the problem is that `setup-graphviz` only does one of the two standard brew update commands. That ends up leaving...

This looks to be equivalent to my current patch, which is to run `ts-graphviz/setup-graphviz` with the "mac disable update" setting on. I would prefer not to switch away from ts-graphviz...

Thank you, @kamiazya : I have just pulled out my workaround, and the build was clean, so things look fixed from my perspective.

Looking more closely into `xsd:decimal`, I'm concerned that constraining to `xsd:decimal` would create additional problems. I notice two key issues in the definition of `xsd:decimal`: 1. Infinity, -Infinity, and NaN...

@rpgoldman When thinking about measurements in biology, I am not typically concerned about the limited precision of an `xsd:float`, since that gives us seven decimal places of precision, and that's...

@rpgoldman , @dr-shorthair : there are two senses of the word "precision" that are getting conflated here. - Precision, in the sense of the limits on an estimate produced by...