Ryan Martin

Results 9 comments of Ryan Martin

I'm too new to nim and this to make a PR, but I cobbled together a cholesky decomp. I'm not sure if I used the T right since I think...

We resolved this issue by adding the following css to our `_static/custom.css` ``` div.jupyter_container .output { overflow-x: auto; } ```

just adding to the syntax highlighting stuff (thanks for the wonderful syntax tool!) Erroneous behavior: ![image](https://cloud.githubusercontent.com/assets/14908618/23957040/02804f78-0964-11e7-95fc-c911ac736a4f.png) goes away if I disable the private: ![image](https://cloud.githubusercontent.com/assets/14908618/23957073/16850f72-0964-11e7-8626-7268b6e11101.png)

I ended up writing a post-processing step to the generated code, where my jsonb type has the added classmethod below: ```python class jsonb(sgqlc.types.Scalar): __schema__ = amp_schema @classmethod def __to_graphql_input__(cls, value,...

> Is method_kwargs the jsonb field? Yes. Previously we were using the `$variable` placeholders in our query strings and sending all data/variables through the json of the request. In that...

Facing the same issue with autocomplete when component is nested inside something with `@container`... Just wanted to share a workaround that worked in my case: disable autocomplete from the basicSetup...

Hoping some more triage might help. I installed in dev mode and through some trials noticed that if I add `0` to this list of fds to keep open: ```...

Thank you for looking into/resolving this. Is anything else needed to get the ball rolling for this fix to be pulled into `joblib` ? Otherwise this issue can be resolved.

Thanks for the historical perspective. Indeed the proposed `testmod.thisfunc()` does work for this case. As you can imagine the actual scenario is more complicated; the decorated function is imported within...