Marco Kellershoff
Marco Kellershoff
I would like to have chunked uploads available like [here](https://github.com/yggdrasil-group/php-js-chunked-upload/blob/master/ChunkyUpload.js). The client reads the file and splits the file in pre-defined chunks. Then it should send it to the server...
This is my setup ```lua require("monokai-pro").setup({ transparent_background = false, terminal_colors = true, devicons = true, -- highlight the icons of `nvim-web-devicons` styles = { comment = { italic = true...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If I add a pre-request script to the collection and then...
Add a command to download a graphql schema. The schema file is named after the buffer name, without the .http extension with the suffix .graphql-schema.json. So if the name of...
### Issues - [X] I have checked [existing issues](https://github.com/rest-nvim/rest.nvim/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description Hey there, I checked the last releases and...
When the syntax detection fails, it crashes nvim. It should be handled gracefully instead of crashing. ``` thread '' panicked at library/core/src/panicking.rs:218:5: panic in a function that cannot unwind note:...