Daniel Kirchhof

Results 15 issues of Daniel Kirchhof

Hello, i wanted to try out this plugin but it behaves very strangely. 1. open neovim without arguments - it opens a readonly scratchpad (my custom dashboard). `:ls` will show...

Hi, how could you use computed properties? an example: schema: ```gql type Person { firstname: String! lastname: String! fullname: String! # this should be a computed property (could be generated...

Hello, I'm using this plugin for several months now. Actually the server version is quite outdated. Locally I just replaced the server folder with newer ones from the vscode plugin....

- ~Updated the server to v 1.6.0~ - Updated the server to v 1.8.1 - Set `askToStartBuild` to false (would be nice to have a config for this, but i...

If an upload request fails, it doesn't return an array with errors like the other endpoints. In my tests it will always return an empty body.

Hello, I just wanted to check out this library but have problems while fetching players. I use the following code to get a list of all players: ```php $client =...

Actually it could be an issue in payload: If I send a request with an invalid(?) formID, I will get an validation error, but if I pass a valid(?) but...

plugin: form-builder

Hello, I would like to build a custom generator for `ReScript`. More precisely a `queries generator`. So I started to play with the `$.analyzeQuery` function. Unfortunately it returns the `args`...

enhancement
help wanted

As this plugin is for neovim AND vim, I don't know, how to manage it. So maybe just for everyones interest, I created a function (for neovim) to automatically create...

## Description If I set the min and / or max value for a number field, I would like to prevent the user from inserting invalid numbers before server side...