Justus Adam

Results 77 comments of Justus Adam

Thank you, glad you like it. Here are some comments/answers: - That would be good. The easiest way is probably pulling the tag name from the release, but I also...

I have been working on embedding default files into the binary and an issues cropped up that I am not sure how to solve: When exporting to ODT, the images...

I am a bit confused by the output from the automatic checks, because they originate from compiler warnings turned errors in parts of the code this PR does not touch....

You are right. So basically I give it a different description of this query and it generates one similar to #137 but without the extra views for the two different...

Ah, good to know. I am fairly confident that it produces the right output, because the one-domain version works just fine. But I will run a trace over it anyway...

Also I am sorry for oversimplifying the query. Yes @ms705 is correct, I am generating the join-based query from #137.

The choice of language is by far the smallest problem here and the fact that my prototype uses a custom Rust dialect has nothing to do with whether or not...

Okay. That's definitely something I can try. I have a test suite set up to check the results, so that should be good.

Thanks that's pretty much what I expected. I kinda want to express a similar pattern in my project so I'll have to figure out a way to teach the internals...

The workaround proposed by jon worked, thanks.