Victor Blomqvist
Victor Blomqvist
I have the same problem, running OSX 10.8.4 and OSXFUSE 2.6.0
For me any open ssh connections to that same server are disconnected and I have to open them again if I want them. I use username/pw for auth.
sshfs is still running when waking up. The ssh process is also running I think. The server I connect to is running on the same lan, in my case its...
I have created a fork with this functionality here: https://github.com/p1cn/apns I still havent tested it very much, but I think it should work. We are in the process of rewriting...
Some comments / thoughts of my fork: We have used it in production for about a month now and from what we can tell it works fine. We use it...
@olegfedoseev I dont have any specific updates about this repo, but my company is still using the fork I created (https://github.com/p1cn/apns) without any major issues, and I think for many...
I can not reproduce the problem anymore. I guess either because I did it differently this time or because the data format sample code got updated. ( #88 is still...
Any updates? Im also in need of an Avro outputter. Since I couldnt find any info I wrote a very basic one today, but its very difficult since the documentation...
In case you are interested, I made a fork with my AvroOutputter here: https://github.com/nordicfactory/usql
The same problem happens with the included DataFormats example found here: https://github.com/Azure/usql/tree/master/Examples/DataFormats The project references Newtonsoft.Json 8.0.0.0, but Microsoft.Hadoop.Avro which is included references Newtonsoft.Json 6.0.0.0 so when I try to...