Sibi Prabakaran
Sibi Prabakaran
The original code misses a type variable resulting in the compilation error. This patch introduces the type variable.
Following is the code: ``` stack1Class :: ClassFile stack1Class = mkClassFile java8 [] "Stack1" Nothing [] [] [ mkMethodDef "Stack1" [Public, Static] "main" [arr . obj $ "java/lang/String"] void $...
Functionality for opening a new link would be awesome. (Once a person searches for some text and goes to some part of the hyperlink. Then invoking some keybinding, if it...
This features adds the ability to disable tests on the specified namespaces. Specific usage example: ``` kube-score score --ignore-namespace=logging,minio - ``` This usecase is specifically for ignoring the checks on...
**Describe the bug** Right now the deployment yaml (from the helm chart) has the same liveness and readiness probe: ```yaml readinessProbe: httpGet: path: /config port: http initialDelaySeconds: 1 periodSeconds: 3...
Sometimes installation may fail while installing a package from `eta/libraries`. User may want to just try installing the failed libraries instead of doing the `cleaninstall.sh`.
Example file: ``` --- This is dhall file { foo = "jax" } ``` The Output it gives: ``` { foo = "jax" } ```
From looking at the deployment manifest, it currently doesn't seem to have any probes for readiness or liveness check. It would be nice to get that fixed.
We currently use `verifyFakes` to test the combinators like this: ``` verifyFakes :: [Fake Text] -> IO [Bool] verifyFakes funs = do let fs :: [IO Text] = map (generateWithSettings...
We currently have various Faker modules and none of them has any haddocks associated with it. It should be a simple example on top of each of the function. Example:...