Dmitry

Results 129 comments of Dmitry

The current upload mechanism relies on a `/upload` endpoint on the doc-worker that has the current document, and it is the client's responsibility to call it directly on that doc-worker....

This is possible -- in a way -- using access rules. For example, this document https://templates.getgrist.com/4TRbjZXSPtR5/US-National-Park-Database/ uses access rules to allow visitors to add reviews. Only the visitors and moderators...

Actually, I have a fix in hand and almost ready. There is a genuine bug that's causing wrong guesses in many cases.

Actually, a fix landed a while ago, in d5a4605d2a3d04e0e87ede334d9b9d0e54b13f08. I am sorry that I failed to follow up on this issue to say so. There are two parts to the...

What do you think of a smaller change like this: change "[] Copy Link" link to either "🔒 Copy Link" or "👥 Copy Link" (with an icon to distinguish private...

I'll just mention here two ideas that have floated about at one point or another, which seem relevant. Neither is fully worked out, but something to start with. 1. It...

What do you think about adapting the "View As" UI for snapshots? It has a similar pattern of use, and I've found myself forgetting that I'm looking at a snapshot...

For browsers, upgrading target to `es2019` seems safe. I checked throug caniuse statistics, and it's well-supported for the last 3 years of browser versions. If there is enough reason, we...

We could allow controlling the tableId, yes. The reasons for the capitalization are: 1. consistency -- having all tables capitalized makes it easier to tell that a particular identifier probably...

Thank you, but could you please remove the whitespace-only differences and leave only the functionality changes?