Philip Sampaio

Results 122 comments of Philip Sampaio

Hi @tomekowal :wave: I think there no easy way to do this today without traversing the series. Even so, I think this is not an expensive task. Here is how...

@RodolfoSilva just to give a little bit more of context, the graph is rendered by a component of Phoenix Live Dashboard called `layered_graph`. It is available in the demo of...

Hey @joeybellerose 👋 The behavior is fixed in a branch I'm working on. The sorting is going to be stable inside groups. I will let you know when it's fixed....

@joeybellerose Sorry for the delay :grimacing: Please check the version of `main`. It is fixed there, and should be available in the next release. Thanks for the report!

@nallwhy I think you need to transform the series to a literal value expression first. Maybe https://docs.rs/polars/latest/polars/series/struct.Series.html#method.lit does the trick, but I'm not sure.

Hi @xaviRodri :wave: > For some reason I cannot recognise yet, this casting is (in some cases) changing the incoming integer. This is due to the way float works. They...

@xaviRodri running `MIX_ENV=test mix ci` should fix the build. You could also jump into `native/explorer` and run `cargo fmt` :)

@xaviRodri It's because you are covering all values of the [`TimeUnit`](https://docs.rs/polars-core/latest/polars_core/datatypes/enum.TimeUnit.html) enum. So the solution is just to remove that line :)

@xaviRodri this not necessary. We usually do a "squash and merge" to collapse into one commit :)