Graeme Coupar

Results 103 issues of Graeme Coupar

The ecto documentation groups related modules under headers, like this: The k8s API is pretty big, so kazan has a _ton_ of modules. It'd be good to think about if...

enhancement
documentation

For API definitions we use the required property in the k8s spec to decide where the argument should go. Models also have required properties, but we don't do anything with...

enhancement
help wanted

There's been a few new features added lately that'd be good to integration test: - In config file certificate auth - Token auth - In cluster auth

I'm writing some an admin frontend over the top of a jsonapi backend. As part of this, I need to be able to make updates to some models via http...

#### Why are we making this change? The cynic schema module is overly verbose - the same data could be expressed with less code. #### What effects does this change...

breaking

Fixes #774

Things left to do: For v0.1.0: - [x] Parse scalar definitions - [x] Parse directive definitions - [x] Parse extensions - [x] Tests - [x] Import them - [x] Double...

`cynic generate` can currently be used to generate rust from a single query file and print it. It could be updated to scan a particular directory for graphql files and...

✨ enhancement
💻 cli

From looking in schema_backed.rs it seems like we're doing it wrong

🐞 bug