Timon

Results 8 issues of Timon

- Moved creation of FormData object into interpolation phase - BREAKING CHANGE: This means in the pre-request-script `req.body` is no longer the `FormData` object, instead it's a plain key value...

**Edit: Updated the PR, please read next comment** With this PR I want to fix validation problems when creating folder, requests or environments. All names now use a validation regex:...

pr-bugfix

# Description Fixes: #1910 & #1635 Update how variable interpolation works, so the behavior with objects and arrays is more as expected. - Interpolation of objects and arrays now works...

pr-bugfix

Due to changes in https://github.com/usebruno/bruno/pull/650 collection variables would be passed as an object but were expected to be an array. Collection variables are now converted to an array. Fixes: #1940...

pr-bugfix

The Discord link in your documentation: `https://discordapp.com/channels/417704230531366923/417704230976225281` refers to a text channel in a server. But text channels are only visible for users that have been invited to the server....

# Description I saw this guy having a different error code: https://github.com/usebruno/bruno/issues/627#issuecomment-2276250921 → `EMFILE: too many open files` I did not get the same error code during testing, but also...

size/XS

# Description Closes: #263 & #922 Implemented the existing script- & test-runtime with `node:vm` to deprecate `vm2`. All runtimes are now combined in one file / function, because the other...

### I have checked the following: - [x] I have searched existing issues and found nothing related to my issue. ### This bug is: - [x] making Bruno unusable for...

bug
can-be-closed