Martin Mauch

Results 86 issues of Martin Mauch

I am considering writing similar to [Join Monster](http://join-monster.readthedocs.io/en/latest/) (a GraphQL to SQL translation framework) using Sangria. The final goal would be to take one GraphQL query and transform it to...

question

Hi all, I'm in the process of rewriting a library to use a more modern parser than scala-parser-combinator. The choice currently comes down to fastparse or cats-parse. fastparse is a...

Hi all, I really like scala-notebook, but looking at Github's network graph it looks as if everyone is doing his own thing and there are many long-lived forks whose functionality...

Updating SBT to >= 1.3.8 should allow using JitPack to grab the latest changes from Git.

This PR is part of the greater effort to [port to Scala-JS](https://github.com/scalate/scalate/pull/307). The current logging infrastructure is not compatible with Scala-JS, so this PR replaces the SLF4J-based logging with [slogging](https://github.com/jokade/slogging/).

I'm trying to port some parts to Scala-JS in the hope that it will result in a version that might be reduced in terms of functionality, but usable in the...

Hi @peter-empen, the README mentions the improvements in the 2.x branch and especially the simplified type signatures might be helpful in our [Petri Net library Kagera](https://github.com/xencura/kagera/). You also mention that...

The current UI is usable, but not really eye-candy ;) Moreover, having only one line for the user-specified query and the results makes selection of completions slower than necessary. I...

It would save a little time, if one could directly select an entry from the list view with a shortcut like `Ctrl+7`. The corresponding code would probably need to go...

enhancement
help wanted