Patrick Plenefisch

Results 57 issues of Patrick Plenefisch

I can type all expected letters and numbers in the ascii part of the editor, except for "T" or "t". Entering 74 or 54 on the hex side is a...

invalid

**Actual Behavior** ``` jruby-9.2.7.0 :001 > require 'nokogiri' => true jruby-9.2.7.0 :002 > Nokogiri::HTML.parse("").css("p")["class"] Traceback (most recent call last): 3: from nokogiri.XmlNodeSet$INVOKER$i$slice.call(XmlNodeSet$INVOKER$i$slice.gen) 2: from nokogiri.XmlNodeSet.slice(XmlNodeSet.java:356) 1: from nokogiri.XmlNodeSet.rangeBeginLength(XmlNodeSet.java:314) Java::JavaLang::ClassCastException (org.jruby.RubyString...

platform/jruby

Using latest npm release: 9.1.4 OS: Debian 11 amd64 Sometimes (usually) a `build -w` will recompile and then immediately recompile again ad infiniteum. This typically only affects the 2nd refresh...

Pry implicitly uses stdout for pagination, which is guaranteed incorrect when using pry in a non-stdout pty (ie. via PTY.open). It should use the configured output in that case. Environment:...

bug

## Steps to Reproduce 1. Use Firefox (Tested in 78ESR through 90beta) 2. Go to https://vega.github.io/vega-lite/demo.html as linked to from https://vega.github.io/vega-lite/usage/embed.html 3. Open Devtools (F12) 4. Mouse over the demo...

bug

### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/SVGGeometryElement/isPointInFill ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? Chrome always returns false when the...

data:api :rabbit2:
needs triage 🔎

**Environment Information** JRuby 9.3 Head **Expected Behavior** ```rb class ConfiguredProxy def initialize puts "I shouldn't be called" end def java_ctor puts "The ctor was called" end def standard_method puts "The...

java integration

**Environment Information** JRuby 9.3 head **Script** ```rb class A < java.lang.Object def initialize() super() self.idontexist end end A.new ``` **Expected Behavior** Expect what I get when I remove the extension...

java integration

Recent java versions enforce module boundaries in ways that break Java interop code when using new concrete extension. * JRuby version: 9.3.0.0 * Java version: OpenJDK 64-Bit Server VM Zulu14.29+23-CA...

java integration
java modules

I have two machines sitting next to each other with a single gigabit connection between them. I am controlling A, and B is running `x11vnc`, connected to from A via...

bug