azertyalex
azertyalex
I'm trying to write other formats to the clipboard for example `image/jpeg` or `image/jpg` but pasting anywhere does not result in a jpeg being pasted. code: ```c++ #include #include #include...
**Is your feature request related to a problem? Please describe.** I need a way to notify my API users that the uploaded file is too large, before it is being...
I am implementing a deferred_response. After reading the docs @ https://github.com/etr/libhttpserver/blob/master/README.md?plain=1#L632 It looks to me that I can not change headers or content-type after my deferred_response has been returned in...
### Describe the feature We use custom buttons for actions (submit, cancel, etc..). The problem we have is that general form errors are displayed at the bottom of the form,...
I have made a server which I POST a form to. When I access a field in the form e.g.: `name` I expect to do ```c++ QString name = data->request->formField("name");...
When I run the extractor with `ENV QT_CI_PACKAGES="qt.qt5.5132.qtwebengine"` I still have `libQt5Gamepad.so`, `libQt5Bluetooth.so` and other various unnecessary libs. There is also `/qt/5.13.2/gcc_64/docs/`. How do I do a minimal install of...