Chris Ferdinandi
Chris Ferdinandi
Can you say more?
That's an odd one! I'm using `useCapture` to force these to work. Let me debug further, thanks!
Any reason you can't include `vendor` in the `src` directory? The intent is that `src` is specifically for any source code. You can change the `pathIn` in the `rollup.config.js` file....
Thanks for the update! I’ll update with proper escaping for Windows 🙌
> My concern would be that any indicator could also server as a flag to a bot. I shared that concern, but from my reading, this seems to maybe not...
What I read about timestamps for honeypots is that they enforce minimum delays vs. maximums. In other words, if you're submitting this in under a second, you're probably a bot...
@freak3dot @nomada-rodrigo It seems like WordPress moving the Comment field to the top of the comment form is causing the breakage here. When I print out what gets submitted and...
I'm also on 4.4.2. In 4.4 they started loading the Comments field above the name/email/website fields, supposedly because it's a better UX for the user. I'm wondering if this is...
I turned on debugging in WordPress, and I get this error: ``` Notice: Undefined index: 32874d4565d80ac32b6e9d5e1c626831 in /Users/cferdinandi/Sites/wordpress/wp-content/plugins/tarpit/tarpit-methods.php on line 96 ``` I wrapped your stuff in a plugin, so...
@freak3dot I figured that's what was happening, but for someone reason from WP 4.4 on it's not properly mapping the comments field (and oddly throwing errors on email/name). Any idea...