Lucas Pickering
Lucas Pickering
That's the common terminology in sports
GraphQL schema files get very big very quickly, so I'd like to be able to split mine into multiple files. It'd be nice if the `graphql_schema_from_file` macro could take in...
Hey, got another feature request for you. There's a lot of times where I'd like to derive some trait for an enum generated by `graphql_schema_from_file`. Currently I'm struggling with an...
It'd be nice if you could customize the format of the title of each generated Github release. Currently, it looks like it pulls the title from the changelog if available,...
## Description _Describe the change. If there is an associated issue, please include the issue link (e.g. "Closes #xxx"). For UI changes, please also include screenshots._ Add two new types,...
Menu actions that aren't applicable/possible should be visually disabled, and not triggerable. This includes: - Recipe list - `Copy URL`, `Copy Body`, and `Copy as cURL` when no recipes are...
**Describe the bug** If you have a `!command` chain and a `!prompt` chain executing in parallel **in the CLI**, when the command exits it kills the input prompt. The bizarre...
There are two ways to do this: - Add a one-time import command, similar to the Insomnia import - Be able to live-load the collection from an OpenAPI spec The...
Insomnia has template-like strings that provide similar functionality to chains. It'd be nice to parse these and convert them to chains during import. This would be pretty complex though. Here's...
Right now templates don't allow expressing all strings. For example, there's no way to write a template that's just the raw string `{{user_id}}`. If you write `{{user_id}}`, it parses as...