Dan Mercer

Results 9 comments of Dan Mercer

You can go to the child directory and do `j --decrease` to decrease that directory's weight in your database. (See `j --help` for more info.) If that doesn't fix it,...

For the tab autocompletion question: if `j g` doesn't give what you want, just do it again. Repeatedly running `j g` will toggle between the two top `g` matches, as...

Any browser extension can be disabled in a few clicks using the browser UI, so there's only so much an extension can do on this front. Have you tried using...

@yojona I use a similar library ([dndkit](https://dndkit.com/)) and solved this issue by disabling autoAnimate while I update the DOM after a dropped drag. It's a little tricky to get right,...

Not sure if this is exactly the same issue, but vertical centering also causes a glitch on exit. If you apply these styles to the demo at https://auto-animate.formkit.com/ , then...

Maybe the iframe could destroy and recreate itself after every action? Interestingly, that would solve #13 as well I think

Ah right, I should have thought of that! Will do, thanks.

In my experience, lots of things break when running scripts in one window to control the DOM in another. (For example `element instanceof HTMLElement` breaks when `element` is from a...

For whatever it's worth, this is also a problem for regular browser pop-ups, and browsers have pretty effectively solved that problem by requiring user interaction to open a popup. If...