Enno Runne

Results 76 issues of Enno Runne

* Use just a master branch? * Introduce sbt-dynver? The Travis secrets for ghpages seem broken, the deploy doesn't work from Travis.

### Short description The Oracle JDBC driver is now available from [Maven Central](https://search.maven.org/artifact/com.oracle.ojdbc/ojdbc8/19.3.0.0/jar) and can be used instead of the jar from `lib/`.

This PR introduces a new task key `moduleTree` to expose the module graph as a tree structure for other tools to consume. My specific use-case is to show the depenencies...

Akka Streamlets have access to all of Akka's power. Let's add an example of how Akka Persistence can be used to get access to Event Sourcing with Akka Persistence. The...

kind/documentation

The snippet "link to GitHub" can be [switched off for all inclusions](https://developer.lightbend.com/docs/paradox/current/directives/snippets.html#link-to-full-source-at-github). If the snippet includes generated sources there is nothing to link to and the link should not be...

The version information from `paradox.json` is cached by browsers, which leads to a version warning after releases. ![image](https://user-images.githubusercontent.com/458526/75023021-620c7580-5497-11ea-99ce-b721deccb6c0.png) Adding a parameter to the Javascript `get` could avoid that in https://github.com/lightbend/paradox/blob/0efc66c9b30bdf6d7965c55db7f3c32a58f1a2c1/themes/generic/src/main/assets/js/warnOldVersion.js#L6-L7...

Markdown links with anchors to the current page do not validate correctly. It works for `@ref` links with just the anchor name. ``` Could not find path [jms/] in site...

It would make sense to produce a (eg. CSV) file of the link validation reporting so it can be easier consumed for fixing links. Especially when URLs validate with HTTP...

The Github directive `@github[#45](#45)` works for issues and PRs. It would be great to support even `@github[@ennru](@ennru)`.