Sila Setthakan-anan
Sila Setthakan-anan
- Specified variable type and function return type - Utilized RankNames enum in unit test cases instead hard coding of any rank name - Added package `@types/lodash` in `pokerhand-fp`
From the English page: https://github.com/scala/docs.scala-lang/blob/main/_tour/traits.md - Update code blocks to support Scala 2 / Scala 3 tabs - Add some of my insights (as a `note:` block) - Revise some...
Update the translated word "print" from "พิมพ์" to "แสดงค่า" to make it clearer
## Description Please provide a detailed description of the changes and the intent behind them :) ## Checklist - [x] Changes are covered by tests if behavior has been changed...
## Description Please provide a detailed description of the changes and the intent behind them :) ## Checklist - [x] Changes are covered by tests if behavior has been changed...
From the issue https://github.com/tim-koehler/Helm-Intellisense/issues/70. Fixed an error `INSTALLATION FAILED: Can't evaluate field ApiVersion in type interface {}`. **After updating code result:** P.S. Indeed, if it can be more than 1...
```console > helm install nginx-demo2 day3/my-chart Error: INSTALLATION FAILED: template: my-chart/templates/deployment.yaml:8:30: executing "my-chart/templates/deployment.yaml" at : can't evaluate field ApiVersion in type interface {} ``` The error occurs when install chart...
## Problem I'm learning Spring Boot 3 then I found an error about no primary or single unique constructor on ``. But, weirdly, this error occurs. Figure: the error occurs...