jokade

Results 52 comments of jokade

Sorry for the late response - I've recently moved, started a new job, and I'm still without fast internet access... :( Anyway, due to some fundamental changes in Angular2 introduced...

I haven't considered integration of Scala.js => TypeScript. The problem is, that the decorators are not defined in the same file as the module itself; they are defined in the...

That's a misunderstanding - due to missing documentation: slogging implements the SLF4J API, i.e. additional arguments to the logging methods are not simply appended to the message, but are used...

@pjazdzewski1990 I agree that the current handling of JS objects is unsatisfactory. However, the main goal of this library is to provide consistent logging for JVM, JS, and Scala Native....

@pjazdzewski1990 sure, go ahead! I'm happy about any help to improve this lib. What came to my mind for `ConsoleLogger` is that we could simply split the first arg at...

not really. this was just a quick hack that works on JVM

slogging 0.5.3 now supports loading the winston backend correctly as a module (`require("winston")`), see #25 (this requires `scalaJSModuleKind := ModuleKind.CommonJSModule` to be set in your `build.sbt`). This should also help...

I've planned for some time to add HOCON-based configuration (see #26); the prequisite for that is to have pure-Scala HOCON implementation as a drop-in for JS and Native. Since there...

> Why is directive created with Scala class and component with an annotation? This annotation was an experiment to support the angular2 concept of components with Angular 1.3 (which had...

Message dispatch with `objc_msgSend` has been modified for arm64 in https://github.com/jokade/scalanative-cocoa/commit/325337ab321593f89c8ea7dcf80ef5fb51dba398