Guillaume Rossolini
Guillaume Rossolini
No but I didn't try very hard either. I was hoping for an easy fix on the lib side, like #1.
@romk1n @rostopira I definitely recall having loaded webp images in a sample iOS app, which means I found a lib somewhere that does work (if not this one). Don't remember...
The SDWebImage lib (which you might want to use anyway) now includes support for webp
@timeassistant in case you are interested in a fallback, recent versions of httpd support Brotli out of the box (v2.4.26 and up).
Hi, I have the same problem. The default beacon URL works but is blocked by several ad-blockers (in my case uBlock Origin). I used the following in latest httpd with...
@junkert I am using the images that are published on docker hub. The dockerfile I pasted is pretty much verbatim, just the database credentials removed. The versions should be in...
I pasted the output from both docker hub images, if it helps. The second one baffles me, version is more recent but seems to not support oids? Not sure what...
I am testing against a v9.4 server at the moment, and this will be it for pg_restore for the foreseeable future. The target server for pg_dump is v10 (not sure...
@wavemoran I don't have an issue with the oids in the `smithoss/gonymizer` image. The issue with the oids is in the `junkert/gonymizer` image (which has gonymizer v1.2.0 instead of v1.1.1),...
@wavemoran I appreciate the help but the alternative image from @junkert seems to require `postgresql-client-12.3-r2` so I still can't use it, I have no idea if it would solve the...