Joe Taber
Joe Taber
Read-only is OK in my preferred use case, which is done in the context of a CI environment and generally looks something like: 1. Clone repo to memory store 2....
At the least it should print out both the 'resource id' and 'resource address' when displaying the error; this would greatly reduce the friction to importing (since you're not reduced...
I also dislike the OPERATE syntax, but I don't think UPDATE is the right solution. I see two perspectives on this. 1. If you filter with a WHERE clause, it...
:+1: This would be especially useful for mods with many intermediate products that have been set up to autocraft. E.g. Ex Nihilo items in my current network are constantly popping...
Perhaps adding the word "Sum" to the name of the "MaxDepth"/"MaxTotalQueryDepth" ComplexityConfiguration option would aid understanding: `MaxQueryDepthSumTotal` or some variation? Then again perhaps not.
Yes, they are synonyms. However, both [`Sum`](https://www.merriam-webster.com/dictionary/sum) and [`Total`](https://www.merriam-webster.com/dictionary/total) have additional meanings which may be the cause of people getting tripped up on the name as demonstrated in this thread....
@ermik I think that's another good and valid use-case for cross-variable validations. If you're willing to massage the inputs a little that particular issue could be alleviated in the short-term,...
This block seems to be resolved in https://github.com/emersion/go-smtp/pull/148
It looks like Caddy 2 currently supports the PROXY protocol via the [caddy-l4](https://github.com/mholt/caddy-l4j) app (see linked discussion). So Caddy is in good company with other proxies that will support this...
I see draft PR #381 implements this functionality. See also [discussion on edgedb/edgedb](https://github.com/edgedb/edgedb/discussions/4051). This may be premature, but is there a way to expose the result type of a tagged...