BCDA-APS / bs_model_instrument

0 stars 1 forks source link

Consider alternatives to PersistentDict #14

Open prjemian opened 2 weeks ago

prjemian commented 2 weeks ago

Use of bluesky's PersistentDict has been problematic at times, as described in these GitHub issues:

Consider alternatives to this file-backed Python dictionary, which responsibility is to remember certain metadata keys (in RE.md) between sessions, such as scan_id.

prjemian commented 2 weeks ago

One possible alternative: The GemViz (and MdaViz) projects have used Qt's QSettings to save application settings (window geometry, user-configurable choices, ...)