Paweł Śląski
Paweł Śląski
I have a small typescript library with defined classes. Class code generated by ScalablyTyped is annotated by ```scala @JSImport("library/dist/types/class", "Class") ``` The problem is ``` Relative import paths need full...
I have tried to run ScalaJS code as SBT Integration test suite, I configured them as is written in the docs ``` scala .configs(IntegrationTest) .settings(commonSettings, Defaults.itSettings) .settings(inConfig(IntegrationTest)(ScalaJSPlugin.testConfigSettings)) ``` but, during...
SemanticFormBuilder is now deprecated
Scala version: Scala 3 **Describe the feature** In some types of derivation we can manually choose how to transform member names by Configuration (f.e. snake_case, kebab-case etc). For deriving enum's...