Daniel Kirchhof
Daniel Kirchhof
Hey, file uploads or multipart/form-data requests aren't implemented and to keep the library simple, it hasn't been planned so far. I think that file uploads are a rare use case,...
Hey, I changed the lsp server file in the extension folder to deactivate the prompt. In line 48 of this file `/.local/share/nvim/site/pack/packer/start/vim-rescript/server/out/server.js` you can set `askToStartBuild` to false.
Sorry for my late response. Do you override the headers in the `getAdditionalFetchOptions` function like this: ```ts createClient({ ... getAdditionalFetchOptions: (params) => ({ headers: { "my-header": "hello world", }, }),...
Didn't have time to check it in payload 3. But its unlikely that there is still a need to overwrite the view in payload 3.
Will it be implemented at some point? A master-stack-layout with configurable column widths (like in hyprland) would be amazing.