Gurimarukin

Results 5 issues of Gurimarukin

## 🚀 Feature request In Scala, you can do a for-comprehension with a `if`: ```scala for { n some(n * 2)) .return(({ m }) => m) ``` In Scala, the...

Hi, I'm getting the `VarCouldBeVal` warning using [monadic-html](https://github.com/OlivierBlanvillain/monadic-html). I reproduced it and you can find the snippet [here](https://github.com/Grimalkin8675/scapegoat-false-positive). Thanks for your help!

false positive
unit test needed

Hi! I went through the documentation. I found how to generate a keypair. I found how to generate a key and crypt a message with it (with or without AAD)....

- If the transformation is not possible, `$$text` expands to `"null"`, not `undefined`. Corrected doc accordingly. --- - You should be able to write this: ```ts function $$textSafe(exp: unknown): string...