Oscar de Groot
Oscar de Groot
Bug still exists as described
I am also running into this. I consider this a bug, not a feature - when the project creation succeeds, then the command should not return an error. - `az...
This is exactly what the Calc currently does. Shall we close this?
I would say that with the UI revamp a while ago (https://github.com/rubyruy/factorio-calc/pull/40), this issue has been resolved.
Duplicate of #506
So what is the goal of this issue - just to collect feedback? My 2 cents: - My upvote on the previous issue was _after_ spread was released. - "The...
As a workaround, we can polyfill such a `distinct()` function as follows: ```bicep func distinct(arrayWithDuplicates array) array => union(arrayWithDuplicates, []) ``` And then use it just like you would invoke...