rob42

Results 10 issues of rob42

When i use the ec2.py dynamic inventory script I get a failure: ``` robert@cbr:~/gitrep/cp_ansible/inventory$ ansible-cmdb -d -i ec2.py out/ > overview.html data_dir = /home/robert/.local/lib/python2.7/site-packages/ansiblecmdb/data tpl_dir = /home/robert/.local/lib/python2.7/site-packages/ansiblecmdb/data/tpl static_dir = /home/robert/.local/lib/python2.7/site-packages/ansiblecmdb/data/static...

*I'm submitting a ...* - [ ] bug report - [x] feature request - [ ] support request ## General information Documentation update and set 720p defaults for netflix on...

##### SUMMARY Under certain circumstances ec2.py reports "The following group names are not valid:..." when the real problem the is named group does not exist, or duplicate group names were...

bug
module
plugins

Currently installing charts requires converting the chart using the freeboard-installer, then copying the zip file to the freeboard server and unzipping into the correct directory. There are a number of...

enhancement

Hi, Found I can get a huge increase in speed by caching in the escaper. In my case I am outputting periodic updates to the same data, so its especially...

Nice work on mJson, I like the concept. Been trying it out and I found I added these pretty quick for big trees. Typing at("person").at(".address").at("city")... gets quite tedious :-) /**...

How would you implement firing an event whenever data in the Json object changed? I have a use case where I want to trigger external processing when certain values are...

Currently the node server implements functionality by adding plugins implemented internally (to node), and the artemis server uses handlers, also internal. This means we are rewriting the same functionality, and...

When I run my GPS inside I get various bad RMC sentences (expected as the GPS has marginal coverage). Typical sentence has 0 for latitude and longitude, cog, etc When...

Hi, Ive built a MatlabExecutor class that starts a static pool as follows: ``` static { JavaProcessOptions jvmConfig = new SimpleJavaProcessOptions(JVMArch.BIT_64, JVMType.CLIENT, 128, 256, 256, 5*60*1000); try { jvmPool =...