Colin Caine
Colin Caine
Another simpler option might be to provide `ones(9)` and check that we get index 5 and not anything else? --- I think your code will fail if the student does...
It was a good idea :) A reason not to do it: > **For simplification, you can assume that all elements of the list to be searched are unique.** Feel...
I've resolved the merge conflicts. I don't know how all of this interacts with us not having concept exercises turned on. Maybe we should move all of these prerequisites to...
This does work for VegaLite, though, which is nice. ```julia using VegaLite t |> @vlplot( :point, x = :x, y = :y) ```
> I think in the meantime, what should work is to convert the JuliaDB table to a DataFrame and then pass that to Gadfly. Not exactly elegant, but might do...
@wnereiz Mozilla devs are busy with FF57, but Andy Mckay (webextensions team leader or something?) says he'll get mentors for our bugs soon. The meta bug (previously the bug mainly...
The docstring on `fit` says that it accepts weights as the `wts` argument: https://juliastats.github.io/GLM.jl/stable/api/#StatsBase.fit A closer reading shows that the initial model has to be a GeneralizedLinearModel and that LinearModel...
There's a bunch of stuff missing. How do you feel about `@autodocs`? https://juliadocs.github.io/Documenter.jl/stable/man/syntax/#@autodocs-block-1
Original post edited. I pressed enter by accident earlier :)
> The current CRAN implementation is to add new polygons to the existing map. Your proposed solution is to change the css style for existing objects within a group. Correct?...