Mike Meessen
Mike Meessen
I agree with @damsorian : having to inject `media` into components and repeat the `asObservableFor` over and over again doesn't seem like the DRYest solution, especially in a highly responsive...
Hi @nodj , May I kindly ask you to mention this in the project's README and on its GitHub-Pages Homepage? I found AutoDeriv just now. Knowing that it's essentially a...
Same problem for `swagger-annotations-jakarta-2.2.9-sources.jar`, it only contains: ``` \META-INF\ \META-INF\maven\ \META-INF\maven\io.swagger.core.v3\ \META-INF\maven\io.swagger.core.v3\swagger-annotations-jakarta\ \META-INF\LICENSE \META-INF\MANIFEST.MF \META-INF\maven\io.swagger.core.v3\swagger-annotations-jakarta\pom.properties \META-INF\maven\io.swagger.core.v3\swagger-annotations-jakarta\pom.xml \META-INF\NOTICE \pom.xml ``` But no actual source files, so no support in the IDE...
:+1: While manually using html-inline probably works, I think it'd be nice if this feature was part of the `generate-md` command line tool.
LogUnit uses Slf4j's `LoggingEvent` interface to capture logging events because we'd rather not invent yet another LoggingEvent interface. Slf4j's interface doesn't provide a way to access the MDC unfortunately. As...
We could also inherit / extend slf4j's `LoggingEvent` interface but let's wait for the slf4j project's opinion first.
@JordanShurmer Would you mind enabling Github issues on your fork? Cause #21 exists on your rewrite too ;-)
I'd love to but as of now I'm unable to: I'm not familiar with Maven (Gradle user here ;-)) and database-rider neither provides a [Maven Wrapper](https://maven.apache.org/wrapper/) nor did I find...
FYI: I forked this repository and migrated ExoPlayer as good as I could to the newest possible version that still works with the current Cordova versions (ExoPlayer `2.18.1` that is)....
I found out that this happens when you try to use `content` on a content template itself. I guess you _have to_ use this outside the content, e.g. on the...