Garrett Bischof

Results 29 comments of Garrett Bischof

It looks like the first time `_user_parameters` is defined is on line 322. Should line 320 be `entry.user_parameters` without the `_`?

``` ________________________ test_glue[intake_mongo-False] _________________________ db = RE = def test_glue(db, RE): pytest.importorskip('glue') from databroker.glue import read_header from glue.qglue import parse_data import bluesky.plans as bp from ophyd.sim import SynAxis, SynGauss motor...

I will investigate it more, and try to recreate it without databroker

I understand enough to get it working, but I don't fully understand the intention of all of the pieces. I'll write something up. But my interpretation of the significance of...

Looks good to me, I don't see any problems

I am using the security rules from the docs: https://docs.flyer.chat/flutter/firebase/firebase-rules And I am getting the same error.

This issue also affects databroker without tiled. So we may need a fix for both databroker versions

This can be worked around by using databroker-intake and running, or using databroker v0 ``` db._catalog._entries.cache_clear() ```