Drew Mitchell
Drew Mitchell
I'm experiencing the same thing in Firefox. Have you found a solution yet? I made a code sample reproducing the issue: https://codesandbox.io/s/react-flip-toolkit-unexpected-scrolling-eo621 https://user-images.githubusercontent.com/4968522/102698407-f99f3980-420a-11eb-84f6-9e42dcd1c954.mov
That's reasonable. I knew about `ignoreMethodNamesRegex`, but an important feature of `allowMissingPropertyJavadoc` is that it checks the implementation as well. (If a getter / setter / builder deviates from the...
GitHub, generate report
GitHub, generate report
GitHub, generate report
Okay, I've addressed all the issues from the automatic workflows. This is now in a reviewable state.
Sure. I haven’t found time to explore xpath too deeply yet, but I’ll close this off.
How about the solution in #33? I also added a test for it.
I like this idea. I don't know how fast the JNA will be, but with as complicated as the Windows proxy settings are, this search strategy sounds worth it to...
That's correct. In 1.0.3 and earlier, the `WinProxySearchStrategy` just replicated the `IEProxySearchStrategy`. The original author left a TODO back in 2009 to implement it with Windows API calls. I did...