brian

Results 21 comments of brian

Hi, this seems related. Is there some workaround? ``` # /usr/lib/ruby/1.9.1/rexml/source.rb:212:in 'match' /usr/lib/ruby/1.9.1/rexml/source.rb:212:in 'match' /usr/lib/ruby/1.9.1/rexml/parsers/baseparser.rb:425:in 'pull' /usr/lib/ruby/1.9.1/rexml/parsers/sax2parser.rb:92:in 'parse' /home/brian/.gem/gems/xmpp4r-0.5/lib/xmpp4r/streamparser.rb:79:in 'parse' /home/brian/.gem/gems/xmpp4r-0.5/lib/xmpp4r/stream.rb:75:in 'block in start' ... Exception parsing Line: Position: 0...

@dotdoom It does seem to fix it. Thank you!

I had this same problem, and I quit Kindle's app, Finder, and Preview, and suddenly the problem went away.

Thanks for responding. I want to continue this thread in the hopes it will let you know what pain points users of these APIs might be experiencing. In my current...

I think the short answer is no, there's no way to provide the password to your SSH private key to a huge pile of javascript in a way that most...

Now that I search for it, I do see ways of signing messages with SSH keys using OpenSSL tools that I didn't know about. I think that would have been...

This seems to have something to do with incompatibility with Rails 7.1. It doesn't seem to happen if I do `gem 'rails', '~> 7.0.8'`.

I think I'm seeing the same thing if I just add `std.debug.print("leaks: {}\n", .{gpa.detectLeaks()});` to the bottom of `example1.zig`.

I'm sorry, I forgot that I needed to put the code under test in a block so the defers can actually happen. Thank you.