Roberto Bianchi

Results 9 issues of Roberto Bianchi

I've received many exceptions `PayloadTooLargeError` on live VSF environment. The specific case was caused by the send order method, that send a JSON object bigger than 100kb. So I strongly...

In some cases, the option JSON_NUMERIC_CHECK of the json_encode doesn't allow to encode the data correctly. This commit adds a check: if the JSON encode with numeric check fail, it...

Another thing, IMHO, is that is difficult to understand how to use the attributes of the svgConvert's function, such as svgCleanupAttr, imgIncludeAttr, etc. It'd be useful to explain clearer how...

enhancement

Given an OpenAPI schema containing no body (f.e. for a `204` status code): ``` "/public/internal/test": { "get": { "responses": { "204": { "description": "Default Response" } } } }, ```...

Hey team! 👋🏼 Is it possible to configure Platformatic in a way that only `READ` operations are allowed, both for `REST` and `GraphQL` endpoints?

enhancement

Hey mates! 👋🏼 After a nice chat with @simonplend, we discussed a few points that can be nice to have, especially for those who want to contribute to the project....

### Acknowledgements - [X] I read the documentation and searched existing issues to avoid duplicates - [X] I am reporting a confirmed bug (not seek debugging help) - [X] I...

bug
blocked

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Critical package

### Version v22.9.0 ### Platform ```text Darwin N4V4PGFGPT 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:16:46 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8112 arm64 ``` ### Subsystem _No response_ ### What steps will...

coverage
test_runner