Eli Black

Results 62 comments of Eli Black

@KeithHenry and @timmywil Ah, I think you may be right. Is what I've outlined below the behaviour that we're going for, then? **For when jQuery is loaded with `defer`:** -...

@wellwelwel Sure, I'd be happy to! :) I'm thinking I'd use a `try/finally` statement, like this, if that sounds good? ```js // Get the client import mysql from 'mysql2/promise'; //...

If this issue isn't specific to undici, is there a better place to file this issue?

@byvernault Can you close this as a duplicate of https://github.com/slab/quill/issues/4509 ? That issue has links to PR's that fix this and has a regex that fixes this :)

@stashaway I think the other PR that you mentioned is this one: https://github.com/slab/quill/pull/4598

My solution was to move to https://www.npmjs.com/package/react-fontawesome-svg-icon, which helped solve this problem :) If possible, I'd love for the fontawesome devs to look at that package and see what it's...

In addition to my above comment, I've recently encountered an issue where, when I'd split my code into two bundles, all of the icons were all included in the main...

Sort of related: https://github.com/FortAwesome/Font-Awesome/issues/20743

Running `npx expo-doctor` and fixing some of the warnings seems to have helped, for me :)

Stackoverflow suggests that `alert()` may prevent keyup events from firing: https://stackoverflow.com/a/13593319/132540 I ran into a similar issue where keyup events weren't firing after calling `window.open()`. My workaround was to manually...