Timon
Timon
I investigated this a bit. I moved a collection with around 30 requests into a WSL folder but didn't notice any freezes. To be sure, I also moved a collection...
Hey @BoscoDomingo, thank you for taking the time and doing some performance recordings. You can either message me on Discord: https://discord.com/users/139058134596583424 Or email me `[email protected]`. I don't have much time...
Hey @BoscoDomingo, thank you for the recording! I've had a look into your recordings, and it's quite interesting, because it has nothing to do with IO but, it's just the...
> @Its-treason Any updates on this front? Not really, it's most likely some weird issue with the parser, I couldn't really figure it out. Anoop announced, that Bruno will move...
> > > @Its-treason Any updates on this front? > > > > Not really, it's most likely some weird issue with the parser, I couldn't really figure it out....
This only seem to effect this build: https://github.com/usebruno/bruno/releases/download/v2.2.0/bruno_2.2.0_x64_win.exe The auto updated did not work, I had to download the new version manually. I'm also not sure why Version 2.3.0 is...
> Also, I just checked the GitHub release, the Windows builds are included. True, my bad, i did not click on the release itself and only checked the release list.
Sure, I would then migrate my updated implemented from: https://github.com/Its-treason/bruno/blob/lazer/packages/bruno-core/src/request/runtime/script-runner.ts If this implementation looks good to you. Should I leave the `if (false)` in the code as a feature flag?
@helloanoop I updated the PR. I'm not sure about the latest developments with the testing runtime etc. but I guess you want to update this PR anyway, so I leave...
I investigated `isolated-vm` and I don't think this is a viable replacement in our use case, because it does not support external or internal node modules like `fs` https://github.com/laverdet/isolated-vm/issues/27.