Maximilian Roos
Maximilian Roos
> I guess the next step is making the PRQL-snippet editable and executable like in the offical Rust book 😉 Yes that would be very cool! A button for "open...
> > [](https://github.com/PRQL/prql/pull/3634#issuecomment-1751975845) > > Here is an example of this. https://github.com/eitsupi/prql-book-test/blob/f962f1be627da025c85f6bd8b96575e565920524/src/main.rs#L132-L138 That looks great @eitsupi ! It's actually not so hard with the `-markdown` flag. To the extent it's...
> Personally, I find it much more painful to build `duckdb-rs`. Interesting — because it uses so much resources? --- > would it be difficult to add a DuckDB CLI...
> If we stick to pure Rust, I vote for using SQLite instead of DuckDB....... Yes great idea — this would work well! And we already have an integration
Thanks a lot for writing all this down. I tried some of these — there are some bugs there. For example, Attempt 1 hits https://github.com/PRQL/prql/issues/3129. Many of these happen because...
Could we start by adding it to the Readme for https://github.com/PRQL/prql-vscode? We could also add a sentence to https://prql-lang.org/book/project/integrations/vscode.html? (I'm less keen on adding tools which aren't owned by the...
> Besides, some of the links you have in your Explore section now are not really owned by your team per our read ... Those are all owned by the...
> anyhoo, just an fyi: [mtxr/vscode-sqltools#1204](https://github.com/mtxr/vscode-sqltools/pull/1204) That would be ideal!
FYI @aljazerzen and I discussed this on the dev call, we agreed it was potentially cool but required a bunch of infra (e.g. Enums) that we don't have yet. So...
Thanks for an "@aljazerzen epic"! 😁 An incomplete quick question clarifying one thing, partly because I got confused by reading docs on `NULLS LAST` out there: IIUC `NULLS LAST` doesn't...