sl-solution

Results 75 comments of sl-solution

It should not be there because we have not supported "broadcasting get property" since day one. The reason why it is still there is because we copied some of those...

I think, this is the Julia issue. When a Julia session is started with `-t auto`, only that session uses multi threading, however, the `precompiling` process call other Julia sessions...

It should be good to fix this issue. I think, one way to fix this issue is to modify `_show(io::IO, ::MIME"text/html", ds::AbstractDataset;...)` in such away that it can accept a...

adding a keyword argument is one way, another one way can be modifying `_show` to work on permutations of observations. We have an internal function `_get_perms` that you can use...

We should not define `eachcol` or `getindex` or `setindex!` for `GroupBy/GatherBy`. `GroupBy` and `GatherBy` are supposed to be consumed immediately and never being saved or modified, because, small changes on...

I am preparing a new release.

the problem is that if we allow older `PrettyTable` releases, some of its functionalities wouldn't work, i.e. newer versions of `IMD` will not work properly. I guess your issue should...

Thanks for your feedback. I have made some changes based on your comments. Hope to see the project becomes active again.

It is possible to have such a capability. Probably when we start working on "interactivity" we can revisit this idea.

@JuliaRegistrator register