Daniel Post
Daniel Post
@johnbillion Do you have an idea when this would be considered? I'm running into the exact same issue as others in the associated issue.
For what it's worth, it's not that hard to make hoverIntent work with `querySelectorAll`: ```js const toggles = document.querySelectorAll('[data-dropdown-open]'); if (!toggles) return; for (const toggle of toggles) { hoverIntent( toggle,...
I'm having a similar issue. As soon as I open a git diff view in VSCode phpcs fails to lint it and hangs, using 100% CPU: ``` [Trace - 9:40:21...
I'm having the exact same issue—unfortunately had to disable the extension until this is fixed.
@inferno-adam Great tip, thanks! To make it a bit more resilient, I would recommend using this line instead: `label: variable.name.replace('$$', '$'),` This way correct variable names won't lose the dollar...
It would be great to see this implemented. A temporary workaround might be to hide the button when the problems found are exclusive to ACF fields—that way, users won't be...
Can we leave the option to add a promo label to a column that's not an automatically calculated percentage? In our case we're adding `New!` as a label to a...
@jarednova @gchtr Any thoughts on this?
@gchtr Great! I'm kind of swamped right now but I will get to it ASAP.
@panoply @joshcanhelp @dcress Hey guys, I've started on converting Remodal to plain JS here: https://github.com/danielpost/Remodal/tree/plain-js (working in dist now for easy testing, will clean up later). However, I'm way out...