Michal Kovac
Michal Kovac
I will continue on this in https://github.com/xdotai/diff/pull/29
I have added some tests. They were failing before the fix (this one: `diff(Map("a" -> "b", "c" -> "d"),Map("a" -> "b"))`). With the fix they run OK.
Still not fixed in version 2.0.1. Is there a plan to make a new release?
Is it known when the version with this json serialization support will be released?
Same issue on Linux machine, ruby 3.1. `curl` works well, `wget` times out, `wget --inet4-only` works well. Force ipv4 should be an option, but seems it is not. The most...
Chrome 66, still getting this issue. It seems this gem is discontinued.
I had the same problem, using jquery-ui-rails >= 5.0 with 'jquery.ui.all' renamed to 'jquery.ui'. Switching to this fork helped me: https://github.com/jasonmoofang/avatars_for_rails
Is it really that any version of pg-listen works with any version of pg? If not, then a compatibility matrix could be useful in the readme...
This bug may relate to line `path = path.gsub(/xmlns:/, ' :') unless Nokogiri.uses_libxml?` in https://github.com/sparklemotion/nokogiri/blob/master/lib/nokogiri/xml/node.rb#L153 In the console, when I run: ``` > Nokogiri::XML('').xpath("a") => [#] ``` but: ``` >...
It is a nokogiri bug, but it would be nice if ignoring_content_of() allowed also xpath queries. I propose using search() instead of css()