AJ Foster

Results 24 comments of AJ Foster

Hi @scrogson and friends 👋🏼 I was recently in contact with @sunny-g and we briefly discussed the future of `serde_rustler`. Wanted to check in on the possibility of integrating it...

If anyone is still experiencing this issue, I would be curious to know whether the browser is sending the `ueberauth.state_param` cookie. Specifically, is the `SameSite` behavior of the cookie preventing...

If you have the opportunity, can you open the network inspector (in the settings, "preserve logs"), and copy the Set-Cookie response header here? That would help us diagnose this. Changing...

(Note: the above requests show a request for GitHub OAuth, not Google. Still going to look through it.) Looking at the above, and searching specifically for `ueberauth.state_param`, I see the...

Just sharing based on my past experience, first some general things to check (for anyone reading) and then some specific thoughts for the above conversation. **General Notes**: - Check that...

Hello there! I took a look at this, and I'm kind of puzzled by what Embedly is doing. In your [linked example](https://codesandbox.io/embed/sample-1-9ii0rr?hidenavigation=1&module=%2Fsrc%2FFireButton.tsx&view=split), you clearly added a number of query params...

That's fantastic! If you see it in the while before we do, please let us know. Thanks for taking the time to coordinate with their support.

Awesome work @gfox1984, thank you for working with Embedly's support to get this fixed. You got further than we did. 🙂

Hello! I gave this a try (at least, I think I followed the instructions correctly): ``` # ... RUSTLER_FORCE_BUILD=true mix compile mix rustler_precompiled.download [Module] --all --print ``` The first step...

Certainly, you can find the latest run of the action [here](https://github.com/codesandbox/ot_ex/actions/runs/3083099066/jobs/4983647070) and the active workflow file is [here](https://github.com/codesandbox/ot_ex/blob/v0.1.2-rc0/.github/workflows/release.yml#L182). Thanks for your support on this. There's probably something simple I'm missing...