Paul Fitzpatrick

Results 401 comments of Paul Fitzpatrick

If the keys are just for a specific doc, you could very nearly do this with the new `shares` table. The structure of that table is: * A key *...

@Vladimir-Va those messages may be normal, Grist currently creates and then destroys a "sandbox" on startup just to make sure it is correctly configured. But you're saying the installation doesn't...

@Vladimir-Va when I try: ``` docker run -e GRIST_SANDBOX_FLAVOR=pyodide --name /grist --rm -p 8484:8484 -it gristlabs/grist ``` I get a log file that looks a lot like yours, and a...

There is some description of a scalable setup here: https://github.com/gristlabs/grist-core/blob/main/documentation/overview.md Single Grist documents are tied to one worker at a time, but you can scale out the number of workers....

Thanks for reporting this @tennox ! You're right, our behavior looks naive: https://github.com/gristlabs/grist-core/blob/963e26dda61ae32c36dba67972c723e39873a4c3/app/server/lib/Triggers.ts#L801-L804

Thanks for reporting, looks like the link there is out of date. The best documentation is at https://support.getgrist.com/ though it isn't specific to the desktop version.

> Waiting for the internal tests that were failing to be open-sourced. Otherwise it's hard for us to work on this feature. @georgegevoian @dsagal do you have some details on...

Got some details. The failing tests were: `DocTypeConversion.ts - second test, as soon as it starts trying to convert anything.` I'll work on replicating this. I assume the reason for...

> I'll try to figure out a way to run it to tickle the problem. You might already see the problem if you try running the code on your SaaS....