c0rb1n

Results 14 comments of c0rb1n

+1 I would also like to know how to use `docker compose` with `nx-container`!

Based on #6766 seems like it's actually an issue with **_the order of appearance in the schema_** of overloading types or anything that references them.

@jackfischer Rewriting the query a little more naturally, I discovered that it seems to be a problem with the `std::` prefix on the inner `assert_single` If I do the following...

In fact, simpler queries like the following are also giving me the same error because of the `std::` prefix. ```edgeql update SurveyModule filter .prismaID = 3 set { questions +=...

Thanks for working on this! > A workaround for thing one is to wrap the conditions of the if statements in a set literal, like... I'm struggling to understand why...

This sounds similar to what I reported in #6738. I thought the problem was caused by computeds using the overloaded type, but based on your report, it seems like it's...

I would also like to see this feature. What are the semantic challenges with this? @elprans

Some expand/collapse functionality on the vertical bars that separate the fields would be nice too. A click or double-click on a vertical bar would make the column expand to fit...