Johan Öbrink

Results 17 comments of Johan Öbrink

The first thing I built was actually a tool to generate a RethinkDB from a schema, with seed and all. Then I realised that it would be more powerful to...

I will accept any good pull request as long as it doesn't muddle up the api och generalize the package too much :smile: Submit it and I'll look at it...

Hi, There's an example in the readme for this: ``` javascript proxy.createServer({ host: 'knowyourmeme.com', methods: 'GET,POST', // will intercept GET and POST but not PUT and DELETE supressQuery: true //...

Was this addressed by https://github.com/JohanObrink/rethink-migrate/pull/16 ?

Are you running the latest version? I get full stack traces of all errors since https://github.com/JohanObrink/rethink-migrate/commit/b496b7f365d48e548fb4fa5f1c5c1d1aeaafee0d

Yes, I am definitely open to that. Since I am suffering from a lack of time (which is why the project has become stale) I don't feel that I can...

Thanks for the PR. Unfortunately I cannot merge it since it would break existing functionality. It would mean all existing users (including me) would have to update their build scripts...

That has been tested... do you have a repro?

Could this be related to #5 ? Right now, all migrations get logged in the db after everything completes. This means that a failing down may result in a corrupt...