Marius Lewerenz

Results 6 comments of Marius Lewerenz

As a workaround it is possible to define your own copy of the `[matAutoComplete]` directive, which doesn't provide `NG_VALUE_ACCESSOR`. ```TypeScript import { Directive, Input } from "@angular/core"; import { MatAutocomplete,...

Another hint for people who might have issues with the powershell snippet: It needs to run with administrator privileges. If run with normal user privileges, no error is shown (in...

@oshai The problem that it's not possible to use `org.slf4j.Marker` still stands. As of now, the README states > * Is all slf4j implementation supported (Markers, params, etc')? Yes. Which...

@ewoelfel that is also useful to have, but it doesn't solve _this_ issue at all.

No, that wouldn't solve the issue either. > If you need to have a org.slf4j.Marker somewhere maybe the [Slf4jExtension-Function](https://github.com/oshai/kotlin-logging/blob/41dcc10c39a8cdee985c803fe2a86f1c7da8f7da/src/javaMain/kotlin/io/github/oshai/kotlinlogging/slf4j/Slf4jExtensions.kt#L11) Marker.toSlf4j() could help. That's the opposite of what's needed. I already...

> ``` > public fun org.slf4j.Marker.toMarker(): Marker = KMarkerFactory.getMarker(this.name) > ``` That would not solve the issues at all. This would copy the name of the Marker and generate a...