Daniël
Daniël
Ah, hold up. I'm seeing a deprecation notice because `usort()` is returning a boolean and it wants an integer. I see.
Shouldn't we swap `$a` and `$b` then, to keep the logic the same? ```diff - return $a->happened_on $b->happened_on; + return $b->happened_on $a->happened_on; ```
Do people actually use Plaid?
@bernhardh what's the goal of Plaid? It looks like a combination of tools packed into a single service, but I could be wrong there. How would you like to use...
Is this a functional Docker image? I haven't tried it yet, but it seems promising enough to try and get it set up. Also, take a look at your commits,...
Trying the image right now. For some reason it keeps saying `SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)`, while I specify the `DB_HOST` explicitly (as seen below)....
> Is this the docker containers I should be using or the other PR? Depends on what you mean by "using". This is one of the candidates for the Docker...
Ah, thanks for your comment @saschahemleb, I got it working. I think this looks pretty good. What am I supposed to do with the `.env`? It doesn't exist after I...
@saschahemleb seems like this PR is the winner in the vote, and can therefor become the Docker image for this project. * Can you modify the instructions for Docker in...