Jerry Ling

Results 300 comments of Jerry Ling

https://github.com/KristofferC/OhMyREPL.jl/pull/253

is this the place where pipe finally shines? ``` julia> 2 .|> (sin, cos) (0.9092974268256817, -0.4161468365471424) ``` edit, thanks @giordano . So we want `(sin,cos).(A)` to be `(sin.(A), cos.(A))` not...

https://llvm.org/docs/JITLink.html#jitlink-availability-and-feature-status both seem to have partial?

That's what I'm talking about but right now you need to put a url pointing to .jl file, not .html (exported by Pluto)

jupyter notebook can do it because kernel is one process and jupyter notebook is running on an entirely separate (python) process. I see two outs: 1. mimic jupyter and make...

one idea is when rendering a cell in presentation mode, if it has multiple `##` under `#`, put them in separate slides when presenting

> we can also work on implementing an optional vim mode. just want to say Jupyter after so many years never have tier 1 support Vim-like key binding, this is...

is this still set to be done? 1.5.2 and latest release ``` julia -e "using Gadfly; display(plot(y=rand(10)))" 30.53s user 0.78s system 101% cpu 30.931 total ```