Artem Medvedev
Artem Medvedev
So do you mean checking required params for overriding? 🤔 Something like inheritance-based comparisons Not sure if it's comparator responsibility, it just returns differences between files, while we talk about...
TBH, I still can't understand how it should works. If we allow one of the files not to have keys, we need to understand which ones. Otherwise, what are we...
I assumed you wanted to be able to check that all **required variables** have been overridden in case of inheritance. If we are only talking about the fact that all...
I believe we need to formalize what we've discussed a bit in a more readable format. In this case, someone will take it faster. To put it briefly: Add the...
It looks like workaround & probably it may affect the query execution plan 🤔 I mean it isn't restricted, so it make sense to add such ability to `SeaQuery`
@thomaseizinger I tried to extend `exec` api to support either container's conditions or `exec` ones, I believe it covers the issue. Please review when it's possible
Idk if it’s still relevant But it looks very similar to https://github.com/hyperium/hyper/issues/2872 (there is a fix already) in hyper. May it be related and client does propagate an error after...
Hi @shujaatak, There are plans to cover a couple more frameworks. I'll have to do some research on `salvo` before giving a final answer. But I'll be happy to add...
Looks like it's technically not that hard to support `salvo`
Just to keep informed: support for `salvo` and `axum` is on the way, they will actively reuse code since they are both `tower` compatible. UPD: my bandwidth has been limited...