robsmith11

Results 83 comments of robsmith11

I think most users who aren't familiar with the implementation details are still going to expect StructArray to work as a sink without going through an intermediate step. It's a...

I ran into this problem as well when using R installed with Ubuntu. The actuall error was hidden until I tried loading the shared library directly: ``` julia> using Libdl...

That's reasonable. It's the only thing that's broken for me after enabling monitoring of system apps, so that's pretty good. I mostly added this here in case others like me...

I just ran into this as well. The proposed solution makes sense to me.

Could this at least be made a configuration option?

Why not use `colorscheme=system`? It's not obvious to me why the name `colorscheme=preferred` would correspond to system settings.

How much worse in accuracy do you think the current implementation of logistic regression should be vs. R's glm()? I just trained a model with 7 features and 20 million...

I was just trying out Makie again. GLMakie still has problems with stairs, but I see the rendering is perfect with WGLMakie.

`stairs(cumsum(randn(10^3)))` should do it

What's the status of opening local files? It's clearly an issue with significant community interest, but Mozilla seems to be ignoring it without providing any rationale.