sl-solution

Results 46 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.