Jeroen van Baarsen

Results 134 comments of Jeroen van Baarsen

@ljharb Would it be sufficient for you if I add a failing test case to my example repo?

@ljharb Allright, lets start with the test case in my repo, and I'll do my best to come up with a test case in this repo. Here is the test...

@ljharb Ok, here is where my limited JS eco system knowledge comes into play haha. How would one go about creating such a test case? That would require me to...

@rmosolgo Is this something you want outside contributors to work on?

@rmosolgo nice! I think I'll start with a very rough concept PR. From there we can look at what tests we want to include, and where I'm forgetting things. Does...

- Version of dokku you use: ranges from 0.4.6 to 0.4.13 - Non-core plugins you use (including internally developed ones): - dokku-postgres - dokku-redis - dokku-mysql - dokku-elasticsearch - Company...

@francisschmaltz When you go to SSL on your app, you should be able to remove the SSL certificate: ![image](https://user-images.githubusercontent.com/1362793/32432112-88f3aec0-c2d6-11e7-9fc5-4c58038862ee.png) or do you mean just disable it, and not remove the...

This is a bit of a complicated plugin. Since I want to have it in the same plugin system as the rest, but you also need to configure it. Maybe...

@beydogan The first step for this would be a feature where you can import database exports. That way it will make switching from another provider to us a lot easier....

@beydogan I think the following parts can be done with relative ease: 1) Creating the app 2) Sync env vars 3) Sync domains Without knowing anything about the Heroku API,...