Paul Fitzpatrick

Results 402 comments of Paul Fitzpatrick

We are not particularly satisfied ourselves with how access inheritance works, it seems to rarely spark joy. Perhaps a third option is to find some place in the UI to...

> * When we have **homes** and **workers** pod, where checks happen ? That is a good question. I've been viewing this as a way to check the configuration of...

Neat! A workaround is passing requests through an external service like cloudflare workers to rewrite them, but that is a pain to setup and then annoying to maintain.

Marking this for review even though it is ugly and doesn't have many diagnostics yet, since I'd like to let work on diagnostics and UI happen in parallel. Started https://github.com/gristlabs/grist-core/issues/867...

With @CamilleLegeron working on webhooks in #832, I wonder if we could sneak a field for this into the migration she'll be introducing. Just a generic `options` column would do,...

rebased after `TopAppModelOptions` and `setUpPage` going away.

> Thinking about what headers could be great to custom, I'm only thinking of the authorization parameter. How about adding only Authorization input in the webhooks params and see later...

> Thanks @paulfitz. > > On the SaaS side, the landing page won't get synced until it's added to `electron_files.rsync`. Just flagging in case part of the plan was to...

This is a desirable feature. Implementing it would require some architectural changes. Currently conditional formatting is implemented using calculations done with a hidden helper formula column. The state of that...

Hey @u0reo, that seems unusually slow to me. Are the row counts on the tables in your database reasonable? Have you enough memory for the app and the db? Can...