Mike Boyle

Results 85 comments of Mike Boyle

That's a good question. Unfortunately, at the moment I don't have any time to document this more thoroughly, but hopefully this will be enough: Slerp is just linear interpolation, so...

I'm on vacation at the moment, so I can't reply in great detail — just a quick note. This package is written mostly in C, so I'd basically have to...

As noted in #66, this will have to wait on an improvement to FastDifferentiation, and will probably require a further bump to 0.4.2 or something as the minimum in the...

Of course, a lot of the tests rely on an error being thrown, rather than just test failure... I'll need some guidance.

This will have to wait until `&&` (and maybe `isequal`) are supported. brianguenter/FastDifferentiation.jl#98

Given that the documentation previously said that a space was *required* in expressions like the `+ᵃx` discussed above, I guess we would argue that just parsing it as `+ᵃ x`...

> Note that we'll also need to patch [JuliaLang/JuliaSyntax.jl@`4a983f6`/src/julia/tokenize.jl#L149-L150](https://github.com/JuliaLang/JuliaSyntax.jl/blob/4a983f60eb8ef3d877bbeb7eac6d2ae3d98fa377/src/julia/tokenize.jl#L149-L150) — maybe you should submit a JuliaSyntax.jl patch first, actually, since that's where all of the syntax work is currently happening....