Alex Deva

Results 12 comments of Alex Deva

I had no option but give up this gem and run `scp` instead. On 6 Dec 2016 17:39, "Kjell" wrote: > Just run into exactly the same problem here. >...

Sure, but the mention of "domain!" in question is inside the mina-scp gem, not in my code (as you can see above). I'm not about to overwrite gem methods, when...

Here's a working example: `scp -i #{fetch(:identity_file)} #{file} #{fetch(:user)}@#{fetch(:domain)}:/tmp/` (Wrap that in reverse apostrophes, "`" -- I can't seem to do it in here) Maybe you don't need that -i,...

Trying to test subscriptions with GraphiQL and a Rails backend I got this error message: > This GraphQL Subscription client does not support the transport protocol expectedby the backend Subscription...

Well, first my solution has been to create new `Reader` instances and trust the garbage collector: ``` # Rewrite the exception handling to loop the same file continuously module WaveFile...

I'm not sure it was the GC itself, actually the GC is operating out-of-band as far as I know, so it's not a likely culprit (though I may be wrong)....

That did solve things, thanks, I appreciate that. I didn't know about the console, though I should've imagined that it works much like Chrome (although the keystroke is different on...

Thanks @blacktm So the correct way of having "scenes" is to have only one `show` (and so presumably an eventmachine type of event handler) for the whole script? I must...

This happens to me too on Raspbian. Have you managed to fix it, or did you just switch to Ubuntu Mate?

Oh, it's the main file of a slightly larger app that I've written. It has `bin`, `lib`, `config`, `fonts`, `Gemfile` and whatnot :)