Timon

Results 104 comments of Timon

This or using an existing fork like https://github.com/n8n-io/vm2 / https://www.npmjs.com/package/@n8n/vm2 This fork fixed both vulnerabilities with a workaround.

> What's the status on this issue? I would like to have a skip functionallity It's implemented as `bru.runner.skipRequest()`.

> > > What's the status on this issue? I would like to have a skip functionallity > > > > > > It's implemented as `bru.runner.skipRequest()`. > > Cool,...

Yes, this will also be true for many other places in the source code. The released version of Bruno is proprietary, its source code is in another repo that is...

This has already been reported, it's most likely a bug in electron-builder. See: https://github.com/usebruno/bruno/issues/1020#issuecomment-1833211856 for a workaround.

Hey @vlsi, we want to implement more feature and polish the App before releasing V1! Anoop made an extensive roadmap to V1 here: https://github.com/usebruno/bruno/discussions/384 to track the development process.

I updated my PR to allow all special chars in request names, this should resolve #388, #189 & #174. I also updated the name length validation to 250 characters, 256...

Hey @helloanoop, this PR should be ready to be reviewed and merged now. After this, I can start working on updating the Postman/Insomnia importer to close #365

I update the sanitization Regex to match the directory regex. I noticed that it would be very hard for a language like Japanese to use Bruno with the other regex,...

> I think `{` and `}` should also be added to the regex as they are frequently used in postman collection and are allowed on unix/windows > > ```js >...