Alex Deva

Results 9 issues of Alex Deva

Hi, After upgrading to mina 1.0.3 (and using mina-scp 0.1.2) I started seeing this when I do an scp_upload: mina aborted! NoMethodError: undefined method `domain!' for main:Object /Users/alxx/.rvm/gems/ruby-2.2.3@latestrails/gems/mina-scp-0.1.2/lib/mina/scp.rb:2:in `scp_transfer' /Users/alxx/.rvm/gems/ruby-2.2.3@latestrails/gems/mina-scp-0.1.2/lib/mina/scp.rb:23:in...

How can I rewind the Reader so that I can go back and read the first buffer? I'm trying to loop a wave file but currently the only way is...

I know that there have been some similar (fixed) issues about forked clients reconnecting and so on, but that was before Redis introduced ACL. Now the problem isn't necessarily the...

My plot covers the left margin of the subpane it's in. I've set a thick border between panes and the plot is painted right on top of it. What can...

I'm trying to use ruby2d on a Raspberry Pi 4 and it won't start: ``` $ ruby bin/main * failed to add service - already in use? ``` My setup:...

I get a segfault trying to define two handlers successively, even if I `off()` them after each use. ```ruby #!ruby require 'ruby2d' set width: 1000 def a clear evt =...

I get this when using the gem sekrets which uses this gem, with ruby 3.0.0: /home/jack/.rvm/gems/ruby-3.0.0/gems/main-6.2.3/lib/main/program/instance_methods.rb:56: warning: finalizer references object to be finalized Any ideas, other than to disable warnings?

There's a problem in `output_from_command` (lib/graphviz/utils.rb) in the condition: ` if (status.nil? && (errors.nil? || errors.strip.empty?)) || status.zero?` The method `zero?` crashes when status is nil, a situation which escapes...

I was looking at the public methods available on a `centroid` instance and I found these two. The first one is `nil`, the other one causes an error: ```ruby 3.4.7...