Matt Parlane
Matt Parlane
This is with JRuby 9.1.1.0, and Nokogiri 1.6.7.2: ``` ruby require 'nokogiri' p Nokogiri.XML('').css('a:hover img') ``` MRI: ``` # /usr/local/bin/ruby.mri test.rb [] ``` JRuby: ``` # ruby test.rb Nokogiri::XML::XPath::SyntaxError: //a[hover(.)]//img...
Not sure if I'm doing something wrong, but this is on Ubuntu 16.04 LTS inside a VM (Linode): ``` root@localhost:~/ridl/build# make Scanning dependencies of target mdstool-cli [ 4%] Building C...
Hi there... I noticed that when calling #count on a result set and then calling #each_hash (or #each), it would appear that the set was empty. This PR is my...
Hi there... I've found this really useful, but I recently ran into issues with elements with multiple pseudo-classes, like "a:visited:hover". This fixes that. Cheers, Matt
Hi all... Not sure if this is a bug, but I'm stumped. I'm trying to connect opendkim with memcached, but I'm getting the following error: ``` root@ad66fb76c1d5:~# /usr/sbin/opendkim -x /etc/opendkim.conf...
Hi there... Is there any best practice for use with Strict Mode? I am working on a chat application and I am receiving messages twice. If I try to do...