metanoid

Results 18 comments of metanoid

Is there a recommended workaround way of doing what I'm trying to do above, but without indexing by the value of the variable? If not, I'm relatively confident I can...

Also added id to box, valueBox, and infoBox

Thanks @Eli-Berkow , fixed - good catch!

I guess, yeah. Just to clarify, this issue can still happen, even if you are using `saveat = 0.1`, because there's no guarantee that there are an equal number of...

> Hi! > Interesting idea! > In your version this doesn't return the choices passed by the user : > ![image](https://user-images.githubusercontent.com/4415580/50171393-9d8b3d00-02f2-11e9-8ac5-a155afdb091c.png) > `January` should return `1` and not `0`. >...

[I made the suggested change for my own purposes](https://github.com/dkahle/ggmap/pull/141)

Sorry, here's the full message in all its glory: ```julia (v1.2) pkg> add ScikitLearn Resolving package versions... Updating `C:\Users\username\.julia\environments\v1.2\Project.toml` [3646fa90] + ScikitLearn v0.5.1 Updating `C:\Users\username\.julia\environments\v1.2\Manifest.toml` [4fba245c] + ArrayInterface v1.2.1 [a74b3585]...

FWIW, I'm experiencing the same issue. Windows 10 64-bit. R 3.5.0 I did follow these steps below: > * download the source of JuliaCall from Github, > * open JuliaCall.Rproj...

The main issue is fixed - I can run the `cloc` function and get output for a local file or directory now on Windows. The test called "retrieving things from...

I think the issue is this: `JDBC.load(DataFrame, src)` calls `Tables.matrializer(DataFrame)(src)` (in `JDBC :: tables.jl`) which calls `columntable(src)` (from `Tables :: namedtuples.jl`) which calls `columns(src)` (from `Tables :: fallbacks.jl`) And it...