Ahmad Kiarostami

Results 10 comments of Ahmad Kiarostami

Hi @tguelcan, I'm facing the same issue and was wondering why you closed this? Did you solve the problem?

I'm facing this issue as well, which is preventing me from using useSWR, unfortunately.

Yes, @haruaki07 updated his library immediately after I left a comment. It would be really great to add the svelte code to your wonderful library. I hope @haruaki07 accepts this!

You may find the code below useful: export let focusAfterClosed = null; let dialogNode; let lastFocus; let ignoresFocusChange; let focused = null; ``` function modalAction(node) { focused = document.activeElement; //...

@vnphanquang Thanks for taking the time and writing this thoughtful answer. - I agree that a draggable overlay can be confusing. In most cases, if we have an overlay, we...

You're very kind, @vnphanquang. Your recipe solution looks very clean. I've recently seen Melt UI, but I haven't played with it yet. Now that you're recommending it, then I feel...

I have two separate projects opened in two different atom windows. I have no issues running it from a terminal, but can't run it from Atom.

There are a couple of options that won't work in Static mode. Search, tags, and Open Graph image. All that should be removed or changed for this to work in...

Thank you for the detailed answer, @techniq. Very helpful.