devin

Results 67 comments of devin

Though the above works, it strikes me (per the docs) that this is suboptimal for performance reasons. Is it an intentional feature that we need to wrap all GlobalHotkey usages...

For anyone that doesn't want to use `react-bootstrap`, here's my roll-your-own solution: ```js constructor() { this.state = { tooltip: false } } handleClipboardCopy() { this.setState({ tooltip: true }) setTimeout(() =>...

@mnogueron do you still maintain this repo?

@antonioru @Lindsay89 @9renpoto hi, i hope you're doing well :) do any of you happen to have an update on what it will take to get this merged? i'd be...

I actually came here with the same question as @sonicolasj — something I loved about other hotkey libraries (which I otherwise hated working with) was the ability to easily scope...

How might I use graphql filters to achieve this after my json is exported? I'm struggling to find a way to filter for pages that include a given tag. If...

I'm not sure if I'm solving the same problem as you, here's my approach for bringing forward the window currently being dragged (and leaving it at the top of the...

Also curious about this! Maybe [extending the default Playwright config](https://github.com/playwright-community/jest-playwright#configuration)?

@KimPaow any update on adding async support to this? I'm hoping to pull the list of colors from an array in a Settings document, where editors can choose their own...