Muki Seiler

Results 41 issues of Muki Seiler

The `graphqlValidateQueries` should work like the `graphqlCodegenQueries` in the `CodegenPlugin` and use the include and exclude filter settings. ```scala resourceDirectories in graphqlValidateQueries := (resourceDirectories in Compile).value, includeFilter in graphqlCodegen :=...

## Type of change - [x] Refactoring (no functional changes, no api changes) - [x] Build related changes - [x] CI related changes ## Description of change This PR tries...

This is the first part to customize `java.sql.Statement` creation. Next step would be to allow something like this. ``` scala tx.select("SELECT * FROM table01") { row => // process row...

I haven't found an option to shut down the _connection pool_. This would be a nice to have

Via the `java.sql.Connection` object, the statement can be customized. For example to [stream results](http://stackoverflow.com/questions/2447324/streaming-large-result-sets-with-mysql). This would be easy to implement as a new method (just for streaming). ``` java stmt...

I saw a lot of people using this for akka-actor messages, like ``` scala class MyActor extends Actor { ... } object MyActor { case class MessageA case object MessageB...

Reduces the overall complex docker start command

Hi, Thanks for this small project closing the gap between different operating systems. I'm thinking about replacing [our implementation in native-packager](https://github.com/sbt/sbt-native-packager/blob/master/src/main/resources/com/typesafe/sbt/packager/archetypes/bash-template#L12-L65) with yours. However there's no support for cygwin. I'm...

Hi @eed3si9n Long time no see :smile: I'm trying to upgrade all sbt plugin dependencies in sbt-native-packager and I am stuck with this error ``` info] loading settings for project...

This PR adds support for an additional storage system to retrieve - application settings - stored impressions - stored requests - stored responses Any S3 compatible system can be used....