Josh Johnston

Results 14 comments of Josh Johnston

I will try to run hello.py today and some others and let you know.

I'm having the same issue and it looks like it is because the `@EnableMetrics` annotation does not work correctly on a `@Configuration` POJO. This works: ``` java @Configuration @EnableMetrics public...

Had a busy day yesterday. Here is it ``` Traceback (most recent call last): File "/Users/Josh/Developer/Github/josh/bin/sandmanctl", line 9, in load_entry_point('sandman==0.9.4', 'console_scripts', 'sandmanctl')() File "/Users/Josh/Developer/Github/josh/lib/python2.7/site-packages/sandman-0.9.4-py2.7.egg/sandman/sandmanctl.py", line 73, in main activate(name='sandmanctl') File...

I am not entirely sure this is relevant, but when I remove the following, it works. ``` CONFIDENTIAL ``` Odd because it worked in vm:true, and simple routes that return...