Results 8 issues of Mykola Makhin

I've run following commands to install docker-machine-driver-xhyve on OS X 10.11.3: ``` $ brew install docker-machine-driver-xhyve $ sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve $ sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve ``` Installation...

can't reproduce

It seems message attributes are not propagated when message is sent to http or SQS subscription.

When making subscription from SNS to SQS (protocol='sqs', endpoint=queue ARN), the error occurs: ``` ERROR a.c.i.Registry$RegistryLogStrategy - Actor[akka://sns/user/$a#1061847866] failed to activate org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: arn://aws:sqs:elasticmq:000000000000:testqueue due to: No...

enhancement

I'm running a JAR file this way `DB_PATH=~/tmp/snsdb.json java -jar ~/_my/_prog/_dev/sns-0.1.3.jar`, and it seems to fail with these exceptions: ``` [WARN] [03/17/2017 20:47:49.820] [main] [EventStream(akka://sns)] Logger log1-Slf4jLogger did not respond...

I'm trying to build on OS X 10.11.3, but get error on configure `configure: error: Can't find libfuse, please install it` Fuse is installed from osxfuse-2.8.3.dmg from sourceforge as linked...

When using jflac for decoding flac files code like `AudioSystem.getAudioFileFormat(inputFile).getFormat()` returns format with "unknown frame size, unknown frame rate". This prevents playback with this format and conversion of this format...

I've tried to play some m4a files I've bought from iTunes store, and everything worked with version 0.8.5 from Maven. But when I started to work with current code from...

Current implementation of seek in Track seems to be broken: ``` public double seek(double timestamp) { //find first frame > timestamp Frame frame = null; for(int i = 0; itimestamp)...