Mason Protter
Mason Protter
Sorry for the late response, I was away. Think #106 should fix this.
I'm pretty skeptical of the idea of implementing the repl in elisp. Sounds like anything other than a tremendous amount of effort would result in a subpar experience. I suspect...
Bump @olynch
No problem! I know how these things go.
Ah, nice! Updating magit fixes it now.
Sorry, I should have been more specific. I get the proper completion list when I type `\bb` but pressing `tab` does not convert `\bbone` to the corresponding Unicode character. This...
I'm on 1.3 and have the identifiers. I can connect a jupyter notebook to the very same kernel used by jupyter-julia and have these characters work.
Possibly related to https://github.com/dzop/emacs-jupyter/pull/201
> There is no real reason this code should allocate AFIACT. What code? Did you mean to post an example?
I think this is related to all the splatting that happens in the definition of `overdub`. I tried tweaking https://github.com/jrevels/Cassette.jl/blob/master/src/overdub.jl#L524 to ```julia using SpecializeVarargs @specialize_vararg 5 recurse(ctx::Context, ::typeof(Core._apply), f, args...)...