Iliia Maleki

Results 6 comments of Iliia Maleki

okay, now I'm thinking it has to do with the ability to reuse the same compute clusters without the need to spin up new ones and send the data to...

> In Android, their is no way of making animation or graphs easily, can we use this library to make graphs and animations in android apps?? Well, it is a...

@tamasfe this seems to be caused by `let msg = err.error.to_string();` at `taplo/crates/taplo-cli/src/printing.rs:125`. Since err.error is a `jsonschema::ValidationError`, it doesnt seem reasonable to do anything but patch with a more...

Yup, the conclusion was exactly that, so i was just waiting for the 0.18 to suggest bumping :)

please bump, 0.17.1 incorporates the needed changes

Hi @ritchie46 does this mean i can hope that in the future any expression that returns a boolean can be a valid join condition? e.g. `pl.col('a').floordiv(42).is_between('x', 'y')`?