Paul Fitzpatrick

Results 410 comments of Paul Fitzpatrick

Thanks for the suggestion @Vladimir-Va! Support for SQL is on our roadmap (https://github.com/gristlabs/grist-core/issues/45). I'd expect for this feature that the results of arbitrary SQL queries (including those using UNION) will...

We don't, but could talk you through it. I'd just like to clarify, postgres is an option for the database containing metadata about documents, workspaces, users, etc. Individual documents themselves...

@b42thomas each individual document is itself a database (stored in individual sqlite files). The organization of documents into collections (workspaces and sites) is stored in a database called the "home"...

@j2l for data, we don't have plans to use postgres. As a hybrid spreadsheet/database application, it is helpful to have a file format that can be downloaded, uploaded, emailed around,...

Thanks @dumblob for the pointer. I found their [FAQ](https://blockprotocol.org/docs/faq#motivation) helpful to understand how this relates to other efforts. I'm still having some trouble imagining concrete examples of putting this to...

Maybe a concrete example to think about the video block I see on their hub https://blockprotocol.org/@hash/blocks/video. @berhalak recently added a custom widget to view videos in Grist https://github.com/gristlabs/grist-widget/pull/28. Might be...

To listen on all devices, you can do: ``` GRIST_HOST=0.0.0.0 yarn start ``` That isn't quite enough though. Currently you need to tell Grist what IP address or hostname it...

Glad that worked @tmikaeld. Yes, documenting how to support multiple users is on our roadmap https://github.com/gristlabs/grist-core/projects/1#card-64937259. In our hosted service, we use a separate auth provider. We have SAML support...

We use Amazon Cognito. Hmm looking at the diagram on https://developers.cloudflare.com/cloudflare-one/applications/configure-apps/saas-apps it looks like SAML would do the job. I'll look at expediting getting that documented and released.

SAML support was released in 0.7.3. I tested it against Auth0 and it worked fine. https://github.com/gristlabs/grist-core/blob/c561dad22d6f51fc21f678a37d1f6aaa72724531/app/server/lib/SamlConfig.ts#L36