Maximilian Roos

Results 1162 comments of Maximilian Roos
trafficstars

Awesome!! I am happy to do the docs

Good blog post from @frankmcsherry on this a couple of days ago! https://github.com/frankmcsherry/blog/blob/master/posts/2022-12-25.md

Thanks a lot for the impressively thorough design @snth I very much encourage those who use recursive CTEs to comment — either your views on the design, or a use-case...

That's so awesome, again, @aljazerzen ! Maybe I add some examples to the book?

> I was thinking how to best implement `union` and came to realization, that many of the operations can be translated down a small set of operators in relational algebra....

> I'm also considering changing representation of JOIN (and maybe its SQL translation): > > ``` > join a [a.id==b.id] b > ~ join a b | filter a.id==b.id >...

I think we can probably close this now #894 is closed (not withstanding the discussion re joins & @fdr 's comment, no intention to cut that short)

Just to briefly comment that this sounds good, thanks for working through the concepts. One question is whether we need two functions for each of Adding and Subtracting, or for...

Edit: See response at https://github.com/rustwasm/wasm-bindgen/discussions/3494#discussioncomment-6245992 Original comment: --- Over at https://github.com/PRQL/prql/pull/2881 we're hoping to use a `build.rs` file to build our wasm binaries, mostly to take advantage of cargo's caching...

This has been used very successful for a while now, closing!