Pritam Kadam
Pritam Kadam
If you run following example without providing any arguments, app exits with zero exit code without help/usage ```scala sealed trait DemoCommand case class First(foo: Int, bar: String) extends DemoCommand case...
I want to decode following raw json to the `Parameter` model. I have tried various variations but failed. Does io-ts support following use case ```typescript // input json to be...
``` darwin-rebuild switch --flake .#MacBookPro ``` command started failing after `nix flake update`. ``` error: builder for '/nix/store/95b5wlyw3qlh1ai8c9dx2i5y886vhvwd-python3.9-beautifulsoup4-4.10.0.drv' failed with exit code 1; last 10 log lines: > soup =...
Latest Scala.js supports ModuleKind.ESModule, this option can not be used with ScalaJsBundler, we see this error: ```txt java.lang.RuntimeException: scalaJSModuleKind must be set to ModuleKind.CommonJSModule in projects where ScalaJSBundler plugin is...
Steps to reproduce: - Enable one of the MFA option from auth0 dashboard - Run password grant flow via mobile - Click on sign up option - Enter username and...
I have a package structure which has scala files but provides Java API as well. But everything is written in scala. I am using genJavaDoc to generate java documentation. It...
We have been migrating our build environment to openshift(kubernetes) but we have a bunch of multi-node tests which currently runs across physical machines on aws. And looking at the current...
After following all the steps, I am getting following exception: `Path does not exist: file:/opt/data-in/movies.csv;` I can confirm that volumes are correctly mounted to minikube. When I inspected driver pod's...
Currently all the failures returns exceptions like `InputException`, `KiteException` etc. but they do not contain detailed error message that is coming from zerodha's rest API, for example, `Markets are closed...