Porter Severtson

Results 10 comments of Porter Severtson

Nice find! We're using a custom component, but we can put the `no-refocus` directly on the QDialog and it works. Looking deeper into it, it looks like the `blur()` and...

Actually, I found something else that might be helpful too: Calling `focus()` appears to trigger a `scrollIntoView()`, which is what causes this scroll. You can call `focus({ preventScroll: true })`...

If you're an Android user, I just made an app that can get your bearer token and call the free weekly extra life API. More info here: http://hqmakeitrain.tk/

Did you enable installing from unknown sources on your android device?

Are you entering your phone number the way the note at the bottom says? For example: +1XXXXXXXXXX. It needs the +1 in the front.

Hmm, then I'm not sure what's happening. I'm guessing it just won't work with ARC Welder. You could always just do it manually with Postman

When using the ContentUploader, and you select files, here's what it looks like before hitting upload: Without my changes, when you hit upload you'll see the files upload, then show...

@greg-in-a-box I'm trying to figure out the flow issues, but I'm not as familiar with flow as I am with Typescript. It seems like it doesn't like how I'm using...

@tjuanitas @greg-in-a-box I'm not sure what else to try here. I tried what the AI suggested and it's not working.