Michael Milton
Michael Milton
Update. This does work, but it feels like a hack: ```python result = globus_sdk.TransferClient( app=app ).post("/v0.10/endpoint", data=dict( display_name="XXX", DATA_TYPE="endpoint", is_globus_connect=True, ) ) ```
@bra1n Weird, I'll have a look. Did you do anything that might have updated the dependencies on the prod server? @KingSupernova31 What command triggered the error?
Hmm that's an interesting suggestion. However the proposed solution is to prepend `@` to attribute names such that: ```xml text ``` Becomes ```json { "p": { "@id": 1, "$": "text"...
Okay, I've gone with your second suggestion, as I like the idea that `instantiates` can support multiple different related schemas. Added tests to ensure that it's added correctly.
Ah no that's my fault, I used some type syntax that isn't compatible with Python 3.9. It should hopefully be fixed now.
Well I prefer QuartoCards as a repo name, in case I create more shortcodes. But I note there are a few repos like https://github.com/gadenbuie/quarto-partials and https://github.com/mcanouil/quarto-modal where the `quarto-` part...
This option [appears in the docs](https://mkdocstrings.github.io/griffe/guide/users/loading/#forcing-dynamic-analysis). Does that mean it has been implemented?
I don't follow. You can install directly from my fork if you want.
I think my logic in making this pull request was that you get the `sqlacodegen` to generate all of the columns and put it into a class, and then you...