noorulhaq

Results 4 issues of noorulhaq

Hi, I am getting below error when I use `gofabric8 deploy` command. Note I have not specified any `--domain` argument here. ``` I0619 10:25:13.284013 1 exposecontroller.go:47] Using build: '2.3.2' F0619...

Can you please share any example of how to use ReaderT monad transformer like below Scala example gist? https://gist.github.com/noorulhaq/d620f750eafb0e9cd8496ce99b52ac2e The objective is to avoid extra map required for extracting value...

question

Hi, I tried chaining below operations ```java OptionalTValue valueT1 = OptionalT.fromValue(Try.of(Optional.of("Noor1"))); OptionalTValue valueT2 = OptionalT.fromValue(Try.failure(new RuntimeException("ERROR"))); System.out.println(valueT1.flatMapT(i-> valueT2.map(j -> i.concat(j)))); ``` And it prints below string instead of OptionalTValue[AnyMValue[Failure]] OptionalTValue[AnyMValue[]]...

bug

Hi, I have setup fabric8 on a dedicated server on the cloud using VirtualBox. I port forwarded the console port and was able to access the console remotely. Unfortunately, the...