Keno Fischer

Results 672 comments of Keno Fischer

@KristofferC can you fix the email addresses in the commit to juliacomputing.com? That'll be covered under the corporate CLA.

My suggestion here would be to have `dec"1.0"` string macro and use that for the default printing. Additionally, we can use `:typeinfo` to omit the wrapper in appropriate typed contexts.

I wanted something similar, but I'm a bit worried about making an Integer infinity `

Hold on, isn't the MKL number multi-threaded?

We discussed this a bit on triage and while we don't feel super qualified to comment, we felt that having independent iterators for the two arguments was likely problematic, because...

I'd say design the interface you want and then figure out whether it's possible to do most of it backwards compatible. If not, stdlibs can also go to 2.0 before...

Yes, Julia didn't have threading when this package was written. We'll need to add some locks. That said, I'm not sure that the graphviz library itself is thread safe, so...

It seems odd to make this a property of the graph itself, rather than an aspect of the display process, but GraphViz itself is somewhat blurry about this, so that's...

Could you add a testcase for the new behavior? I think there's a separate callback (agusererrf) for capturing error messages.

Thanks. Looking at the Oculus SDK, I need two textures (one for each eye). I'll try to play with it to make that work, but you might be quicker.