David Carlin
David Carlin
This checks that the next parameter is a function, and if it is not, throws a detailed error message. I battled with a confusing error message from a line deep...
The `schema_migrations` table name introduced in v0.10.0 conflicts with the ecto table `schema_migrations`, yet it has different columns. This means you are unable to use the same database for eventstore...
I'm writing a command and I want to `client.say` something then reply to that in a thread with more details. At the moment, I have no way of getting the...
Strategy calls error here (passport-oauth2/lib/strategy.js:175). Error function (passport/lib/middleware/authenticate.js:361) expects there to be a next variable in scope. There is no next variable in scope. { "errorType": "TypeError", "errorMessage": "next is...
Is this not designed to work with Alloy? I'm doing an app with titanium and alloy, but I can't figure out how to use PaperFold with alloy. There doesn't seem...
I don't know if it was just me doing something wrong, but when I cloned the project, it didn't bring in PaperFold-for-iOS. I also tried downloading TiPaperFold as a zip...
For example, something like ``` openssl genrsa -out private.pem 2048 openssl rsa -in private.pem -pubout -out public.pem ```