Maximilian Roos

Results 1233 comments of Maximilian Roos

> I do think you are underestimating the effect of having an execution platform. At the moment, having just the compiler means that _running_ PRQL is something you need to...

Overall, great! > When that is done, lutra still won't compile as it needs access to a file system to discover the project. I've specifically made sure that `discover` module...

@vanillajonathan great debugging! So the issue is that the old version of the compiler didn't have a panic, so the playground doesn't panic. Only the new version of the compiler...

Yes, I think there were lots of tradeoffs here. We decided to go with the philosophy at https://docs.rs/anstream/0.6.11/anstream/ & https://github.com/rust-cli/concolor/issues/47 (possibly there's a fuller description somewhere but I couldn't immediately...

I recently worked on the code in ClickHouse for its native PRQL support. I added something to strip color codes, since PRQL doesn't do that any longer. I worry that...

We've now somewhat restored the behavior — external libraries can now pass `display: AnsiColor` or `display: Plain` to get colors or plain output respectively. The `color` bool remains deprecated. As...

Great! I'll take it from here. Currently on my list after completing `prql fmt`

@aljazerzen although I had to fix a few things, and the order of `math.pow` is reveresed, this was actually very close already. So I think ready to merge, have a...

Interesting point on `flake.nix`, would indeed be good to keep that working (I'm less keen on routing everything through it, because it's a more involved integration, but great for those...

Totally, totally. I think the only outstanding question was whether using `cargo bin` would skip nix for the inner binaries such as `cargo-insta`. I think the answer is "yes it...