Sebastiaan Andeweg
Sebastiaan Andeweg
I'm running Aperture in a Docker container, but I didn't really follow best practices back when I set it up. Not interested in creating an image now, but want to...
Sorry @fivestones, this is years ago and I have not been using it for a while now. The server I used is gone, so I have no idea how it...
I had this too, and with a few other workflows as well. Turns out it's related to macOS's default ruby, which has changed. For me it worked to open the...
fwiw: I have had a Compass server set up in the past. That address and token are still stored in my config, but the Compass server is down and returns...
I would like to note that if you have a non-paid Apple developer account, the app lasts for about a week. After that, it stops working, and you need to...
Hm, good point! Changing `stubs/Redis/Connection.stub` did not work, but then I found `stubs/Facades.stub`. When I change the `@mixin` for the Redis facade to `\Illuminate\Redis\Connections\PhpRedisConnection`, the error disappears!
There is a lot of magic in `Illuminate\Redis\Connections\PredisConnection` and `Predis\Client`, so I am not sure. The `PredisConnection` seems to proxy to `Predis\Client` and I think you are right: it might...
I don't want to get into "Predis or PHP Redis, which one is superior?". The point is that the interface of the `PhpRedisConnection` seems to be written out, while the...
also consider scoping the access tokens to bookmarklet / post-type
Just curious: will `is_read=true` give you all the read entries? Can't think of a use case right now, but it would be something I expect with a boolean like that.