Daniel Shields

Results 31 comments of Daniel Shields

It might be out of scope but it would be great if the multi-site permissions worked with Statamic Revisions too, so maybe the users could create revisions without being able...

I found this problem too. `{ "error": { "code": 400, "message": "Cannot insert legacy ACL for an object when uniform bucket-level access is enabled. Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access.", "errors": [...

Sorry, I can't confirm if this fixes the issue anymore. I find google cloud quite frustrating to use so I switched back to AWS.

With Solution 1: Step 2, I think you'll need to update this to include the following line: ```js // remove filter if non existant if (!distribution[cachedFacet]) continue; ``` This is...

Ok, so it's enabled by default. It might be good to update the docs to mention that somewhere.

Yip, there's a proxy but as I mentioned in the Forum it's using the example proxy you've provided. I am using Elasticsearch 8.2 and Elasticsearch-js@^8.0.0 and 8.1.0 was the latest...

Sure, when you view the file in Excel it shows the country with a little map prefixed. ![Screenshot 2020-02-05 at 22 16 16](https://user-images.githubusercontent.com/1446331/73888226-25b90280-4865-11ea-81f6-cd3e4ff1cec6.png) [Countries.xlsx](https://github.com/SheetJS/sheetjs/files/4162285/Countries.xlsx)

Will this fix work? https://stackoverflow.com/a/72703748 I've been using Planetscale instead as my database temporarily and that works for now but would love to get Postgres working.

Related: https://github.com/unjs/ohmyfetch/issues/156

OK yeah, that seems to help. Run nuxt with `nuxt dev --host 127.0.0.1`, make sure the env vars are all set to use `127.0.0.1` instead of `localhost` ```js // nuxt.config.js...