Joseph Dallago

Results 31 comments of Joseph Dallago

I just received this error as well using mocha adapter in v1.1.6.

What did you end up doing for this, just out of curiosity? Have a few situations where this could be useful.

There is a different context for each provider(FacebookAuthenticationComplete, TwitterAuthenticationComplete, etc.), so you can attach different Pyramid views to different contexts, if you are using velruse as a Pyramid plugin. Something...

Gotcha. Yah, in my apps I would likely store that kind of information in the session, and then remove those variables once authentication is complete. I'll have to take a...

Seeing this too now for some reason.... Has never happened before to me.

Either way, it's recommended that you use NFS, b/c vagrant slows down as your shared folders become larger. More info can be found [here](https://coderwall.com/p/uaohzg).

Thanks for this PR. I incorporated the fix into my codebase, however I'm still seeing the following error: ``` 2017/12/07 01:15:27 errored while attempting to up sync the database:can't acquire...

One more piece of info is this has always worked on my local machine, but I'm trying to get it to work on Travis-CI. I'm not seeing the locking issues...

As a final note, I don’t always receive the error. The error gets thrown in one very specific spot consistently.