Andrew Konstantinov

Results 25 issues of Andrew Konstantinov

Hey there, congratulations on a great release! The app works great on a Mac and the installation was very straightforward. Do you have plans for growing the `mlc_chat_cli` into a...

documentation

There is a report on Twitter about InQL failing during installation: https://twitter.com/irsdl/status/1698658521166815250 Post mentions Windows, but it could be a red herring. #28 is almost definitely unrelated to this as...

Bug
Effort: a few hrs

Implement functionality from 4.x to send "unusual" requests: - GET query - `application/x-www-form-urlencoded` POST - `multipart/form-data` encoded POST

Enhancement
Help Wanted
Good First Issue
Effort: a few hrs

Introduce a searchbox to quickly find stuff queries/mutations mentioning "account", "password" and so on.

Enhancement
Help Wanted

Include functionality (perhaps integrated into session framework) to define the input arguments that should be auto-populated. E.g. if the schema has tendency to ask for `user_id` argument, there should be...

Enhancement
Good First Issue

There should be an option (controlled through Settings window and enabled by default) to minimize GraphQL queries before sending them over the wire. GraphQL ignores some characters: - most of...

Enhancement
Good First Issue

Cycle detection functionality should be re-implemented using the new GraphQL parsing engine. GQLSpection issue: https://github.com/doyensec/GQLSpection/issues/28

Enhancement

Add the liver reload functionality for the development. This should only affect Python code. Implementation, roughly: add setting to enable live reload with a requirement to specify directory on the...

Help Wanted

Make the query modification easier by providing a side panel with a list of fields that can be added/removed by ticking/unticking boxes the way [Apollo Studio Explorer](https://www.apollographql.com/docs/graphos/explorer/explorer/#building-a-query) and [Firecamp](https://firecamp.io/graphql) are...

Enhancement
Help Wanted
Request for Comments

We can't do it right now as the built-in editor that InQL won't work properly. But if we move to another editor (e.g. in order to support syntax highlighting and...

Enhancement
Request for Comments