Paul Fitzpatrick
Paul Fitzpatrick
As of a66093c there is basic support for this. Code like this: ``` port.open("/view"); ContactStyle style; style.persistent = true; style.persistenceType = ContactStyle::END_WITH_TO_PORT; yarp.connect("/src","/view",style); ``` would result in /src being connected...
Sounds like a good idea, here is a prototype https://github.com/gristlabs/grist-core/compare/add-page-name - how do you think it should be formatted, page name first, or document name?
Hi @tendertree, yes I can see that is confusing. The table identifier is being picked by this method: https://github.com/gristlabs/grist-core/blob/a825115c0444915aeccd1dcf7ac83f893ff27892/sandbox/grist/identifiers.py#L81 It was written to pick an identifier that was safe to...
Hi @anupamtandon. Forms are on our roadmap https://github.com/gristlabs/grist-core/issues/37. They haven't been a top priority since many users have had success using integrations - there's an example at https://support.getgrist.com/integrators/#example-storing-form-submissions Native forms...
The library behind that form demo looks neat @dumblob. @anupamtandon I'd be surprised if months go by without someone creating a custom widget to use that library or others like...
Hmm, what version of the `pg` package do you have? Our tests run with `pg` version `8.6.0`. Does your `typeorm` version match that set in `yarn.lock`?
I did a test running postgres@11 as: ``` docker run --rm --name some-postgres -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword postgres:11 ``` Then doing `yarn add pg`, then setting: ``` export TYPEORM_TYPE=postgres export...
Thanks @smithqueen1991. We do plan to generalize access control by origin (mentioned https://support.getgrist.com/access-rules/#access-rule-conditions) to allow users to control which documents can be accessed from which site. I think that will...
We've documented what is possible so far at https://support.getgrist.com/embedding/#embedding-grist
Sounds like a good idea. Would you be interested in the ability to set up document tours, like the templates at https://templates.getgrist.com/ have?