Reuben Cummings

Results 172 comments of Reuben Cummings

When trying to run this on my own, I keep getting a blank screen at port `8080` and the following error: `GET http://34.227.31.217:8080/app.js net::ERR_CONTENT_LENGTH_MISMATCH` Anyone else? FYI, it's not specific...

@WGierke so after thinking about this some more, we may need to re-evaluate the entire structure. Currently, all services benefit from the caching, but only the `docs` service benefits from...

@isms still thinking this over... is there anything in particular that is too broad/not well explained? cc @pjbull

@vessemer great observation! I see that they provide evaluation code as well. So yes, adjusting it to fit our use case will be extremely useful!

Would love to have tooltips! I've been using https://github.com/observablehq/plot/issues/4#issuecomment-823952456.

Reference [metricsgraphics](https://metricsgraphicsjs.org/examples.htm#rollovers)

Thanks! I'm waiting to get access to a component in my app before I can test this. I'll keep you posted!

Just came across this today and took a while to figure out what was going on. IMHO this should not error: ```python root.d1 = {"a": "b"} root.d2 = root.d1 ```...

This works ```python root.d2 = root.d1.__dict__['_registry'].evaluated_items['root.d1'] ```

I have yet to find another library as concise as this one. Look at all the boilerplate code needed for simple CRUD using [marshmallow](https://marshmallow.readthedocs.io/en/2.x-line/examples.html#quotes-api-flask-sqlalchemy).