Yuval

Results 31 comments of Yuval

The behavior I see running this code is that the 100 levels are computed in the range [-10^10,10^10] of z values from the two series. This seems reasonable to me,...

Yes, it would be nice to allow different series on the same subplot have different color ranges, and this is currently not supported: see #1669, #2301.

More false parse errors: ``` A[f(:(begin foo() end))] f(begin @m x=y for a in b foo() end end) ``` EDIT: another one: ``` A.@b(c) ? d : e ```

> IJulia starts notebooks in the environment of the directory where the project and manifest files are I'm not sure what that means. Which project and manifest files? My understanding...

This type piracy has become worse with #90: now `similar` is pirated for general `AbstractArray` with the new index type `IdOffsetRange`, which means other packages defining `similar(a::OtherArrayType,...)` must disambiguate on...

I *think* the abmiguity issues caused by this piracy is nearly resolved now. At least, it's resolved for `CircularArrays`, where this issue previously caused trouble (see Vexatos/CircularArrays.jl#8) The reason is...

For now you can bind the same value to a `Slider` and a `NumberField`: ``` let xrange = 1:10 x_sl = @bind x Slider(xrange) x_nf = @bind x NumberField(xrange) md"""...

That's unfortunate. I use it quite a lot.