Paul Fitzpatrick
Paul Fitzpatrick
For 1) totally fine to use nodejs name if it is more portable. For 2) splitting those cases up also sounds like a good idea. For 3) working around this...
One way to do this with the existing diff format would be to generate two diffs: the existing one comparing content, and a second one that compares metadata. So for...
My overall feeling is that it is hard to make meta stuff work cleanly enough for it to actually save people time for real. That said: some basic support of...
I'm with @lh3 on this one, I wish `readLine` and other standard stuff were in node's API, I basically gave up on node for scripting because of this. But anyway,...
^ this would be really helpful :heart:
Sounds like a useful addition. There's a feature in the works that will look like this (see table footer) that will show totals and counts for the current selection. Perhaps...
@yohanboniface a first version of this was added in https://github.com/gristlabs/grist-core/commit/364610c69db6ef50b3381df7758941ee1a503a9b, which should be in the latest docker version. Sums and row/column counts are shown when there is a selection.
The ability to set a list of allowed origins on a per-document basis would definitely be useful, and Document Settings would be a good place for it. For self-managed Grist,...
> To do a document based right, where should I modify the document model ? Is there a model to change ? Some migration to do ? When processing a...
Closing this issue since the env variable was added in https://github.com/gristlabs/grist-core/pull/287