Misha Konovalov
Misha Konovalov
Somehow it does work on the old version that I use Station Canary version 0.19.131
The problem not in SQS client. I run elasticmq in docker and connect to it with 172.x.x.x:random_port. When I invoke sqsClient.createQueue(queueName) it returns me url starting from "http://localhost:9324" So it...
@adamw and what to do if I have 2 clients and they should use 2 different domain names for the service?
Sure, this problem should have common solution. I'd prefer to find time and maybe make a PR.
I've got the same problem on Ubuntu 14.04.2 `2015-03-14 11:04:49,023 error on publisher AvahiPublisher(Xpra ssh :10 :22 interface=-1) Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/xpra/net/avahi_publisher.py", line 77, in start publisher.start()...
@vbauerster I suspect they use ReadSeeker to be able to re-upload specific parts of the file. That's exactly what I do atm: ``` ReadSeeker{ file, p.ProxyReader(file), } ``` but I...
So I started to test and unfortunately it doesn't work completely: AWS SDK reads body multiple times to calculate different hashes and so on :( Because the reader is seekable...
Ok, I was able to come up with some weird naive solution (although it is not working properly in some circumstances): ``` type ProxyReadSeeker struct { F io.ReadSeekCloser ProxyReader io.ReadCloser...
@sclassen thanx for the suggestion. You can make a PR :) Otherwise you can find the file in /.idea and edit it with any text editor.
Just faced the same issue with `mssql.CopyIn`, very annoying :) Ideally I'd suggest not to fail the query if you cannot log it but just go ahead without logging