Mason Protter
Mason Protter
It'd be good if the user could supply a custom function other than `show`, or thier own IO / MIME type to be used when `show` is called in a...
I think that having fun the package default to binding a repl mode to a key is probably a bad idea. One idea that may be preferable is if the...
There appears to be some runtime overhead from using this package, it's not especially onerous, but it's definitely present: ```julia julia> using WhereTraits, BenchmarkTools julia> @traits f(x) = x julia>...
Currently if you use Traceur to look for dynamic dispatch in `normalize` It’s a never ending series or dynamic dispatch warnings. Seems like there is a long list of things...
Currently, compile times are very long for 'simple' normalizations. I'm not sure what to do about this but I'm sure there is some magic that *can* be done.
So one thing that I think is pretty natural in a CAS to want to do things like ```julia julia> ex = @term (0 == x^2 - 4); julia> normalize(@term...
One can do things like ```julia julia> normalize(@term 10*10) @term(100) ``` and have the answer simplified but it seems to not with with non-unity exponents: ```julia julia> normalize(@term 10^2) @term(10...
I just tried to `add` JuliaVaraibles.jl and GG.jl but I'm getting this problem: ```julia julia> using GG [ Info: Precompiling GG [6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb] ERROR: LoadError: syntax: extra token "@" after end...
I see there are quite a few open PRs for bug fixes that the maintainer has not reviewed or commented on. Should one worry about this? Perhaps the project should...
If I try to `C-c C-c` the following block: ``` #+BEGIN_SRC ipython :session :results raw drawer :kernel julia-0.6 1+1 #+END_SRC ``` the kernel just hangs, saying `executing Ipython code block...`...