Timon
Timon
As a workaround: You can set custom request methods inside the pre-request-script: ```js req.setMethod("SEARCH") ```
> Which release has included #484? I don't see it in any release note. It is not merged on master, there is another open PR with the feature: #2357
Interesting find, console gets overridden in electron, so all output can be sent into the browser window: https://github.com/usebruno/bruno/blob/5f35d71b8ba5d8cb287ae5897cd4a6310006fe90/packages/bruno-js/src/runtime/test-runtime.js#L92-L104 But the real console object is used for CLI
I'm not entirely sure either, but I think that would be better if we implement all methods, so the `console` behaves like expected.
I fixed the Merge conflicts. I'm not sure about the changes to all the README's i think those are made by prettier.
> Any updates? Not yet, I also need to fix merge conflicts, when this is allowed to be merged. For now, you can download my fork, that includes this and...
> Hey @Its-treason, if this issue is still open, may I try to fix it? Sure, we don't have a ticket / assign system, if u want to work on...
> What can we do against it ? Not much currently with standard Bruno, but I implemented a "raw" preview mode for this on my fork. The Fork is compatible...
> @helloanoop @sanjai0py Is anyone working on this issue from your side? If not, could you assign this to me. I can start working on it. This feature is already...
And probably also create the functionality to delete entries older than X days or if there are more records than X already in the database.