Will Nations
Will Nations
@techniq I actually came up with a much smoother & simpler solution that solves the button toggle in a similar vein as before, but without being quite so picky about...
> I like that approach much better, although it looks like it still would cancel the closing of the menu if clicked on the toggle icon/button, and I feel that...
Yeah, sounds good. I'll do that.
> @willnationsdev `next` has now been merged so you can rebase when you're ready. Thanks! @techniq Okay, will do. Might be later tonight, but I'll do it ASAP.
I have encountered this myself when writing tool scripts. It is definitely frustrating to have to deal with, and I wrote a hack *very* similar to yours.
For anyone interested in implementing this, the file is now `http-client.env.json` and `http-client.private.env.json`. Updated link to JetBrains documentation: https://www.jetbrains.com/help/webstorm/exploring-http-syntax.html#environment-variables.
@roji Hmmm...*as far as I know*, CTEs have an equivalent performance impact compared to copy/pasting subqueries, yes? Regardless, differing logged vs. executed queries would defeat the purpose of "improving debug...
@roji That makes sense. I was really looking for a way to more clearly distinguish/segregate which parts of a large & complex query were derived from which `IQueryable` instances, and...
@Pepsi1x1 I may be wrong, but if you take a look at [roji's comment](https://github.com/dotnet/efcore/issues/29918#issuecomment-1364280954)... > On the downside, any sort of dynamic query construction (such as the integration of an...