Shuhei Kadowaki
Shuhei Kadowaki
It is in Project.toml, no ? https://github.com/JuliaLang/IJulia.jl/blob/a1166d8a151cf963acf48ab64ba48ce55eac85dc/Project.toml#L9
well, just as for FuzzyCompletions, it's really light weight and so I don't think this dependency could be any problem.
MRE: ```julia julia> @code_lowered (()->let a = rand(Bool) t = Base.Threads.@spawn begin a ? sleep(0) : sleep(1) sin(a) end fetch(t) end)() CodeInfo( 1 ─ Core.NewvarNode( :(t)) │ a = Main.rand(Main.Bool)...
can you report back to us outputs in chrome-developer-console, which can be opened with cmd-shift-i
proto-repl seems not to be maintained currently, and not compatible with the latest version of Ink.
@hrestey so you need to downgrade Ink, in order to make proto-repl work. I'm not sure which version is compatible with it tho.
sounds like really great idea !
yeah I guess that's would be good and could easily be implemented. Will try to do when I have time.
okay. Well, do you think we can disable `close` only on macOS ? I found notifications are swept away after few seconds anyway, so I guess we actually don't need...
`] up` and update your JuliaFormatter to .5.4 will solve this