Maximilian Roos

Results 1139 comments of Maximilian Roos
trafficstars

Would be great to merge this! Let me know if you want a hand with the formatting?

Cargo has a slightly odd feature where it presumes `~` in requirements. So I pinned and pushed. Sorry we got bogged down a bit in the overhead on this one....

Thanks @epage. We're happy to take your direction. We're mostly consumers of colors through Ariadne so would likely follow what @zesterer does. (I coincidentally looked at how we were handling...

We've now removed concolor is favor of `anstream` & `colorchoice-clap` https://github.com/PRQL/prql/pull/2773

That does look confusing & frustrating. A workaround would be `.drop_encoding()`. (When I'm using xarray for my own work, I generally always do this, but not sure that's necessarily correct...)...

Sorry — I forgot that we need to bump the version in `package.json`...

Yes — in general all we need to do is: - update the `prqlc` dependency in `package.json` (which dependabot does if we don't get to it first) - update this...

I was thinking that we *wouldn't* generate an error in VS Code here. Because it's actually fine to have a `.prql` file with just definitions. Is that consistent with what...

Hi from the PRQL team! > PRQL is rust so you could maybe pull it in as a library? Yes this indeed would be quite a simple addition given quary...

Great, the questions look very reasonable. I won't attempt to address them all but a couple of thoughts: > How would this interact with Jinja-like templating? You could run the...