Muki Seiler

Results 41 issues of Muki Seiler

- Start script only works when you start it on the correct path. Play starter script doesn't evaluate the relative symlink correctly - init.d script doesn't work correctly even when...

Play 2.2 comes with sbt-native-packer out of the box. However you have to configure everything yourself, which is not very comfortable. Could the next version of this plugin just provide...

Hi, Thanks for the custom mapper config on the dropwizard export. It makes creating tags really easy :heart: I found a restriction in the regex that makes it impossible for...

I added a minimal working solution for a gainNode. Tested on `Google Chrome 56.0.2924.87 (64-bit)` / Ubuntu 16.10. See #25 - [x] Make gainNode configurable - [ ] Provide a...

Hi, In the `startUserMedia` method in the StreamClient a [GainNode](https://developer.mozilla.org/en/docs/Web/API/GainNode) could be added as well to configure the microphone gain.

enhancement

The github changelog generator is hitting the API rate limit pretty fast. A nice alternativ would be [the release drafter](https://github.com/release-drafter/release-drafter), which creates drafts based on the labels set in the...

project

The [sbt microsite plugin](https://47degrees.github.io/sbt-microsites/docs/build-the-microsite/) now has a proper multi version support. This would solve the following issues - dependency on readthedocs.io which cause a few issues in the past (tags...

project

We should remove all deprecated settings.

project

The docs published at http://www.scala-sbt.org/sbt-native-packager/ aren't up-to-date. Instead we should point http://sbt-native-packager.readthedocs.io/en/stable/ The tricky part will be to add the redirects for all existing pages to the new page without...

documentation
help wanted

## Status Quo Native-packager has currently a [homemade templating system](https://github.com/sbt/sbt-native-packager/blob/e4e6504c1f6a75fb346958f68d0f7c13fec26877/src/main/scala/com/typesafe/sbt/packager/archetypes/TemplateWriter.scala), which has scaled well so far. It provides the following features - one-time resolving of placeholders - bash and bat...

universal