Orson Peters

Results 329 comments of Orson Peters

This is not something we guarantee. There could be arbitrary buffering in between.

> Doesn't that kind of defeat one of the main use cases of streaming? What we call the streaming engine uses batch-based efficient processing of complete queries, without having to...

Note that for my use-case it's impossible to store this asset inside the Rust binary. The data stored contains the CPU flags the Rust binary was compiled with, so that...

I can and we do, but it's explicitly not recommended by Rust [that you don't](https://doc.rust-lang.org/cargo/reference/build-scripts.html#outputs-of-the-build-script): > Build scripts may save any output files or intermediate artifacts in the directory specified...

@woutervh That still requires a 'main justfile' to exist and accommodate this workflow. The goal is to have a workflow which is entirely local and does not depend on or...

Yes, I don't want a global justfile, I want something local (so not committed into git), on a per-project basis.

CI failures seem unrelated?

I can't reproduce on MacOS. You didn't follow the issue template and showed us the output of `pl.show_versions()`.

Isn't this a seaborn issue rather than a Polars issue?