jeff-h
jeff-h
Can I ask how or where you found FB12857119? Or did you create it yourself?
@Hzao nice work! Good discovery that it runs properly once compiled!
I'm intrigued โย can I ask why you would want this?
Yes, it's possible & pretty trivial; the WKWebView's inspector can be enabled in Swift like so: `self.webView.configuration.preferences.setValue(true, forKey: "developerExtrasEnabled")`
I have the same outcome as @fullpwemium. I checked, mine's on `postgres:11` ๐ I'm going to go out on a limb and say that's the cause ๐
I've put in the steps I took in the hopes it might help someone else to move up to v5. On your VPS docker host: ```sh # Identify the listmonk...
@fullpwemium mine works fine after having moved to Postgres 17 as per my comment above.
I'm sure you've considered it, but could you spin up a postgres 17 container just for listmonk (assuming it's all Dockerised)?
Ah, yes I understand re: resource usage. As per above I did just today upgrade my postgres 11 to 17 and Listmonk 5.0.0 is running beautifully, but the db container...
@satonotdead thanks for the heads-up on the typo. I've fixed it in the original comment and added a reference to yours in case it helps anyone in the future.