Alexandre Figueiredo
Alexandre Figueiredo
## 🎁 Pull Request * [x] Used a clear / meaningful title for this pull request * [x] Tested the changes in your own code (on your projects) * [x]...
I'm not sure if this is explained somewhere, but I couldn't find any examples on how to use controller extension in typescript. The documentation briefly goes into the subject [here](https://openui5.hana.ondemand.com/topic/21515f09c0324218bb705b27407f5d61),...
closes #471 This PR extends the openapi plugin functionality to also make it possible to extract example values from the openapi schemas (current behavior only looks for examples defined under...
## Bug description When using the JavaScript Web SDK and bundling the posthog dependencies as described in the [docs](https://posthog.com/docs/libraries/js#advanced-option---bundle-all-required-extensions), the popover surveys are not showing up when they should. The...
Hi again! A while ago I submitted a PR #1129 to fix #1125 to allow insecure connections to self hosted gitlab instances. The problem is back again after removing `node-fetch`...
## Feature request Add an option to control the response sent by the handlers based on an url parameter ## Reasoning The current solution seems to send a different response...
🔎 __Overview__ This PR extends the current path syntax to allow for bracket notation. The reasoning is to allow object keys that contains a "." (dot). The current syntax only...