Spoffy

Results 14 issues of Spoffy

The MongoDB daemon currently locks up because of writing too much data at once. Cache 100 or so packets and log them all at the same time, rather than one...

bug
enhancement

Move away from MongoDB to a library based database rather than a daemon based one, so we can get cross platform compatibility and ease of install.

enhancement

This adds a config file that's loaded very early on during startup. It enables us to save/load settings from within Grist's admin panel, that affect the startup of the FlexServer....

## Context The existing PR #1099 adds `decorateDocStorageManager` to ICreate, which replaces the method on an IDocStorageManager interface. However, this isn't necessarily safe, as there's no guarantee what the implementation...

Ignore this PR. This is to check for a CI logging issue, and a PR is the easiest way to monitor runs.

invalid

Currently, it's easy to break widgets (e.g Calendar) for Grist Desktop, by adding new dependencies but not adding them to the list to be cached. We should add an automatic...

**This PR is WIP and available here for preview only** ## Context If a user wants to duplicate a widget, the only option currently is to do it manually. ##...

preview

## Context Currently, user presence shows each session (i.e. tab) as its own user. This means if a user has a doc open in several tabs, they'll show up several...

## Context When more than 4 users have a document open, the active user list shows a "remaining users" button. This button opens a popup menu with a list of...

## Context Currently no external storage is enabled by default. This hinders both discovery of the feature, and getting it "put through its paces" by the wider Grist community. ##...