Alexander Plavin
                                            Alexander Plavin
                                        
                                    I personally don't understand the motivation, what problems exactly does it solve?
For GH repos it's nice, I'm mostly concerned about local notebooks.
`plot` is one of the best/worst examples here, depending on how you look at it :) There are so many options: Plots, Makie (Cairo or WGL), PyPlot, .... I think...
Maybe, "prompt" could be as simple as Pluto adding a cell above the executed one, with the content like ```julia using StatsBase using # Plots, CairoMakie, WGLMakie, PyPlot, PythonPlot –...
Wonder if any solutions are in sight/planned... > More generally, I often find the table viewer too "eager" to engage. I see this very often. Like this basic example displays...
> We might want to special case Union{} because sometimes type inference can infer that the itr is empty, in which case it tells us Union{} which is true and...
> when it is possible to prove that an iterator is empty, a really good type inference algorithm will produce Union{}, which is the narrowest type. We happen to be...
Pushed the second commit that tries to make a proper fix.
Yeah, no real hurry. I've used my modifications (this PR) on some problems already, and sampling basically never fails - as in "throws", while it did before. Note that the...
Don't think this is the right place to discuss the design/Base questions, but some points there are definitely questionable or solved already in the ecosystem (through ConstructionBase)... Regarding the package...