Daniel O’Connor
Daniel O’Connor
Hi @codingbycat, thanks for the issue and sample code. What's an example of a product use case where this is especially helpful? I want to make sure I understand why...
If I'm understanding this correctly, it should be possible to do this with: ```js const [isCopied, setCopied] = useClipboard({ successDuration: 1000, }); const [textToCopy, setTextToCopy] = useState("default text to copy");...
Ok this is very delayed but I made https://github.com/danoc/react-use-clipboard/pull/48 which is based on #39, the PR that @sangnm0111 made. I'll leave the PR open for feedback.
Built [thumbprint.design](https://thumbprint.design/) with `gatsby-mdx`. Source can be found at: https://github.com/thumbtack/thumbprint
I was having those same until I updated to the latest version of mini-media-player.
I'm not the author, but the function checks to see if `getComputedStyle(myDomNode).overflow`, `getComputedStyle(myDomNode).overflowX`, or `getComputedStyle(myDomNode).overflowY` contain either `auto` or `scroll`. If it does, then it means that the parent is...
@technicalpickles – Any chance this will be worked on? Or tips on how to fix it? Spent about two hours trying to fix this with no luck.
@technicalpickles – I eventually fixed it on my end on a heavily modified fork of this repo: https://github.com/optimizely/hubot-pager-me/blob/devel/src/scripts/pagerduty.coffee I also eliminated most of the features since we only want the...
@technicalpickles I guess my issue may be a little different. We only have around 20 schedules, but flooding Slack with that many `msg.send`'s would cause Hubot to crash before printing...
@technicalpickles Heh, awesome. Thanks! I guess my issue is different then.