Satendra Kumar

Results 7 comments of Satendra Kumar

+1 Same for method. `def foo(x: Int = 42) {...}`

I have method for generating substring like: ``` def getSubstring(line: String, beginIndex:Int, endIndex: Int): String = line.substring(beginIndex, endIndex) ``` **case 1** `getSubstring(line, 2, 45)` **case 2** `getSubstring(line, beginIndex = 2,...

@gmethvin Could you please review [PR](https://github.com/playframework/play-scala-slick-example/pull/69)

@renatocaval Is something missing from my end?

I used a Conda pack for packaging the dependencies for the Triton server. ```bash conda create -k -y -n hf-sentiment python=3.10 conda activate hf-sentiment pip install numpy conda-pack pip install...