keltik85

Results 4 issues of keltik85

Thanks for the cool example project: I get the following error in Eclipse when importing it as a Gradle project: ``` Project at '/home/myuser/eclipse-workspace/kotlin-ddd-sample' can't be named 'kotlinddd' because it's...

Is it possible to produce a Spider Plot looking like this: ![image](https://cloud.githubusercontent.com/assets/13469004/19114593/f5ff8288-8b0e-11e6-8725-4edfd18799a9.png) Unfortunatley I only came this far: ![image](https://cloud.githubusercontent.com/assets/13469004/19114640/1d64b294-8b0f-11e6-8015-a3de4c739459.png) This is my code for it: ``` class SpiderPlotPoc { public...

Is it possbile to add the Confluent Schema Registry to the docker-compose file?

I am running `make up` every container starts except the `front-end`. ``` root@myuser-ThinkPad-T480s:/home/myuser/eclipse-workspace/front-end# docker logs front-end > [email protected] start /usr/src/app > node server.js /usr/src/app/node_modules/connect-redis/node_modules/debug/src/node.js:132 let val = process.env[key]; ^^^ SyntaxError:...