Kieran

Results 155 comments of Kieran
trafficstars

**For googlers** The temporary fix is to copy-paste the blocks into an order so that no records depend on a record that doesn't exist yet. Unfortunately, circular associations don't seem...

It looks like you don't have a server endpoint for `[POST] /auth/google`

Twitter auth has multiple steps. I recommend checking out the examples in this repo to see how it's done.

@Pratiklocho The repo's example is still pretty accurate: https://github.com/dgrubelic/vue-authenticate/blob/master/example/server.js#L268 I'd use a Twitter library to make life easier, but the two-step approach it shows is valid.

Any update on this? I built my application on OSX and I need to run it on Windows as a one-time thing. I've put the DOtherside DLL provided on the...

@RubaXa can you confirm if this will be fixed or not? We really love this library, but we cannot alienate Firefox users.

Has anyone found a way to resolve this? We recently started getting this error on our GitHub Actions runner without any changes to our code/actions.

My issue is closely related to [this issue](https://github.com/actions/runner/issues/241). As with here, I resolved it by adding the -T option

What do your commands look like now? For me, command that used to work was `docker compose exec rails bundle install`. This worked until yesterday (or at least that's when...

This appears to still be an issue as of today, but it's unclear to me whether it's on GitHub's or Docker's end