James Fairbanks

Results 252 comments of James Fairbanks

I don't know if this is relevant to this issue, but ModelingToolkit.jl has some formula rewriting utilities built into it. https://github.com/JuliaDiffEq/ModelingToolkit.jl/issues/138. I think that there is some opportunities for cross...

Oh yeah, I copied the minimal working example instead of the minimal breaking one. You would just have to overload `JSON.json`

Yes, finfunctions just work because they are structs with serializable fields. I guess we should collect them manually to make things work in the short term. What are some of...

1. Does "is a mailbox" mean "is a directory containing subdirectories: new, cur, tmp"? 2. If root is a maildir, does that indicate improper initialization of the Maildir directory? I...

So is there any reason for the root to also be a maildir? I am thinking that a workaround is to remove the cur, new, tmp directories from mu4e-maildir/. But...

is it better to make a compatible definition of ifloor when using the new version ``` julia if VERSION >= v"0.4" ifloor(x) = floor(Int, x) end ``` and just keep...

Just to support the namestorming I think that saying package file when you are working on a project makes sense because you are talking about the packages that the project...

That makes sense. I was thinking only about the dependency management aspects.

TODO: Plot magnitude as the probability amplitude and LGTM

Ok, so let's make sure to update the docs so that they are using one of the implicit solvers https://docs.sciml.ai/DiffEqDocs/stable/solvers/ode_solve/#Stiff-Problems