Sergey Tyurin
Sergey Tyurin
No one is working on it and we have an internal implementation that is based on code gen, so it's unlikely that we are going to add it to buck...
Hey, I'm considering using it for buck (https://github.com/facebook/buck/).
Changing `hypens` configuration would affect all of the cases with hypens which may not be desirable. This is a special case that is shown in the example 8.15 in the...
``` object: k1: -a -b k4: --item1 -item1 ``` This is not correct since a node should be separated by a whitespace from `-`. ``` object: k1: - a -...