Rafael Roman
Rafael Roman
**Describe the use-cases of your feature** I personally use a lot the package `json_serializable` and is always a pain to have to add the toJson and from Json. https://github.com/dart-lang/json_serializable/ **Describe...
It all works well, I can recompile node modules, but I hoped python would be installed and able to be used by other tools as well. Could you consider adding...
In a multi thread environment (which usually is the case when creating apps with spring) the `SpringAwareRuleBookRunner` can create all sorts of problems. In #53 `RuleBookFactoryBean` was recommended and now...
When I have a test with `@Parameterized.Parameters(name = "{1} : {0}")` If I try to rerun failed tests in Intellij Idea, then I get: ``` java.lang.Exception: No tests found matching...
After adding this plugin to an application I'm building, my travis jobs started to fail: https://travis-ci.org/CrochetLand/app/jobs/369895016 It looks like something related to this: https://github.com/flutter/flutter/issues/10068 Any idea if this is realted...

Hi there I'm looking for a discourse catalog or at least a docker-compose capable. It looks like the developers have made it too hard to deploy discourse using such things....
``` docker run -it -p 80:80 -e GITHUB_REPO=username/repo gitbook/nuts Unable to find image 'gitbook/nuts:latest' locally Pulling repository docker.io/gitbook/nuts docker: Tag latest not found in repository docker.io/gitbook/nuts. ``` https://hub.docker.com/r/gitbook/nuts/tags/