TL;DR
Do not limit inserters to just use specific signals, and instead allow "some" signal to be used as stack sizeWhat ?
Inserter stack size is currently limited to a specific input signal for their stack size. This omission is inconsistent with their circuit condition.They should be able to accept an "anything" signal so the player doesn't have to manually set it every time, and allow for simultaneous stack and filter setups.
Why ?
In some cases where the player wants to set filters, they also want to set the stack size accordingly.Right now, the solution is to add an arithmetic combinator that translates the signal to the stack's fixed stack size signal. If inserters allowed an "Anything" signal, this combinator would not be needed, as the single signal could set both the filter and the stack size.
This is relevant mostly for filter stack inserters for various supply train setups.