Craig Edmunds
Craig Edmunds
When running a simple app, moving data from mongo to postgres, if there's a unique constraint, and records exist already, it ends up failing. Update the postgres adapter to support...
I'm attempting to create a proxy to an https API that sits behind Cloudflare: http.createServer(yakbak('https://--domain--', { dirname: __dirname + '/tapes' })).listen(3000); When I do this, and curl the proxy: curl...
Hi everyone, I've got an instance of wordpress-heroku running successfully, and things are looking good. We'd like to add a couple more sites, but would prefer to use Wordpress Multisite...
We've integrated slick into our CMS (Odoo), which loads its dependencies in a particular way. We've managed to get everything loaded and there are no JS errors, but the slick...
I'm using grunt-run-grunt to call a grunt file that runs an API server (and so doesn't exit). Because of the implementation around mixedStdIO, storing the logs for later display, I...
I don't think the defaulting of format to json is necessary at all? Although the absence of tests makes it difficult to gauge!
It looks like there's a mistake in the format logic, resulting in the format always being set to json. This code appears in utils.js, perhaps it should be if(!flags.format)? ```...
There's not currently a definitive stripe implementation for react native - this project is the closest, so seems the best starting point, but I guess it'll happen elsewhere if not.