Maximilian Roos

Results 249 issues of Maximilian Roos

### What's up? @aljazerzen when trying to sort out the PyPI issues, I realize there's already a package named Lutra: https://pypi.org/project/lutra/#history WDYWTD?

(no rush to merge, up to @eitsupi when to merge...)

This means the `expression` is always up to date, which makes it much more useful. If we spot any problems with this, we can revert it.

**Is your feature request related to a problem? Please describe.** Currently `ds.nbytes` returns the size of the data. But `sys.getsizeof(ds)` returns a very small number. **Describe the solution you'd like**...

topic-internals
topic-dask

### Is your feature request related to a problem? Would having the `nbytes` value in the `Dataset` repr be reasonable? I frequently find myself logging this separately. For example: ```diff...

enhancement

Stacks on https://github.com/mitsuhiko/insta/pull/518, so that needs to merge first. I put this as a separate PR to avoid delaying merging that. For example, this reorganizes the `--help` options, with a...

Still need to finish this off, one test fails. `structopt` was build on clap 2, and then its features were integrated into clap 3 — ref https://github.com/TeXitoi/structopt/issues/525. So it's not...

Need to upgrade `structopt` and then we'll reduce the compile time by coalescing on a single `syn` Edit: possibly we need to wait for a newer MSRV

This previously failed with a cryptic `error: No such file or directory (os error 2)`. It now fails with the slightly less cryptic `error: File error for '/Users/maximilian/workspace/prql/prqlc/prqlc/tests/integration/snapshots/integration__queries__debug_lineage__genre_counts.snap.new': No such...

Use an env var to indicate when we're running with `cargo insta`, don't suggest to do so if we already are (I may try and change what `--check` does —...