Fernando Madruga
Results
2
issues of
Fernando Madruga
Missing feature for ignoring windows nodes in an AKS cluster containing both windows and Linux pools
1
## Description ## What did you expect to happen? Be able to ignore windows nodes automatically and/or by passing a flag. ## What happened instead? Just takes forever (estimated on...
kind/bug
In the chapter about returning closures from functions, the 2nd example of a "shorthand" way to invoke a closure that is returned from a function reads: `let result2 = travel()("London")`...