Mykola Makhin
Mykola Makhin
There is a clear need to implement scripting in order to be able to build tool(s) similar to iTerm2-specific itermocil - the one that uses teamocil configs to setup iTerm2...
P.S. Workaround for this - add a `akka.logger-startup-timeout` JVM system property when starting: ```java -Dakka.logger-startup-timeout=30s -jar sns-0.1.3.jar```
Thanks. You seem to be using a URL as endpoint though, but, according to AWS documentation, for protocol "sqs" the endpoint should be queue ARN, not a URL. See [here](http://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html):...
Well, if you'd have a URL to elasticMQ configured, all you'd need is queue name I suppose. And queue name can be taken from ARN - it's just a last...
I mean you could have a configuration property (or, say, a command-line argument) for your app that would contain SQS URL (+possibly also accessKey+secretKey), and then use that to convert...
SQS ARN is coming from ElasticMQ. I'm running ElasticMQ and your SNS emulator on my local dev machine, where I develop an app that uses SNS and SQS. Since I...
Unfortunately, I'm only good with Java, but never did any Scala. But I'll try things out and if I'll manage to cope with Scala - will do a pull request....
Pretty please
Same issue here, using liggphoto2 2.5.31 (installed via Homebrew with gphoto2 - https://formulae.brew.sh/formula/gphoto2 ) The camera (Canon SX530 HS) seems to detect USB connection and switches off all capture functions....
I have been able to work around the issue by using CHDK (Canon Hack Development Kit) firmware customization, which allowed me to keep the camera in a shooting (record) mode...