Matan Yadaev

Results 25 comments of Matan Yadaev

@canvural Bummer. My models have tens of custom aliases. I'm not sure I want to add all of these aliases to the models' codeblocks. The issue with that is my...

Hi @MayGrass, thanks for the PR. Can you share the motivation for this PR? Also, please add tests and update API.md

I feel uncomfortable with the method signature you chose. The `$properties` parameter is an array of the parameters of each feature in the collection, which is a bit confusing and...

We have the same situation. Our labels contain client names. We would prefer to exclude all Linear labels from GitHub and vice-versa.

@dankochetov There is a workaround we can implement meanwhile?

@huyphams Can you guys implement code completion (like Copilot) to the SQL editor?

@gvergnaud What's your opinion about this feature? We need a way to catch both compile-time and runtime errors. Currently `exhaustive` and `otherwise` provide just one of the errors (compile-time and...

@gvergnaud it looks great imo. Are you ok with the breaking changes? Don't you prefer a backward-compatible change? EDIT: I wasn't aware that `.exhaustive()` throws an error currently. I thought...