rajha-korithrien

Results 4 issues of rajha-korithrien

This is not an issue really, it is more like a question and a feature idea. Please feel free to correct my understanding where it is wrong. There are three...

## Bug Report #### What did you do? 1) Installed operator-sdk v1.33.0 for macOS via homebrew 2) Followed the "quickstart" instructions https://sdk.operatorframework.io/docs/building-operators/golang/quickstart/ ``` mkdir memcached-operator cd memcached-operator operator-sdk init --domain...

kind/bug

### Description #### Description Consider the example program: ``` package main import ( "fmt" "github.com/gobuffalo/flect" ) func main() { orig := "CNS" result := flect.Pluralize(orig) fmt.Printf("plural of %s is: %s\n",...

This is not an issue so much as a suggestion. I struggled with getting the cmake windows build working, because I kept hitting the [compiler heap error C1060](https://msdn.microsoft.com/en-us/library/yz7kx3y2.aspx). I found...