Bea Steers

Results 72 comments of Bea Steers

Yeah no problem! This is a really nice repo. It solves a problem I've been having and cleans up my code significantly.

I guess I'm not sure what the idea behind Crema is. Is it supposed to be scaffolding that other people import and build models on top of? Or is it...

>i'd worry that some models wouldn't be able to import without run-time patching in advance, and that seems bad. That's why I think having them pickled would be the best...

The test failure happens when installing `llvmlite` on python 3.5. it looks like it's an issue upstream where some package is not supporting 3.5.

Now that I think about it, this could be useful in normal notebook execution too. Like if you have multiple consecutive nbrun cells, we could mod the layout so that...

I totally understand about the technical debt so I'm okay if this PR gets discarded (I can always use my fork) and honestly, it felt a bit weird putting it...

going further, using either yaml or (even safer) separate files for function code would let you do merges in multi-line strings. Using separate files for functions could let you just...

Yes this can be a problem for us. If Keycloak has an error, it brings down all of Hasura even though many of our users use the public role.

In case people are wondering why, the sidecar is for plugin configuration and doesn't handle plugin installation which is why you still need to install via the values file. the...

If there's an error parsing the parameter, it will report `ErrMsgInvalidParameterValue = "Invalid value for parameter %v: %v"`. I added it to the filter list on API.md but haven't had...