Timon

Results 104 comments of Timon

> I'm very sad to figure out that this is behind a paywall, I was eventually getting the Golden Version, but I have trouble to recommend it. DevTools are too...

> related to #2438 I believe. The JSON parser that is being used seems less than ideal. Yeah, `JSONBigint` does some weird conversions. I think we should switch to `lossless-json`....

> @Its-treason is it already released? Hey @melnikaite, if you mean the commit, I referenced this issue: This will not be released to Bruno, it's only available to my Fork....

Parsing the request to JSON is still required, because the `axiosRequest` (Returned as `request` [here](https://github.com/usebruno/bruno/blob/58d2d5b7a7f8c3546b37a3924030018cda38e5e1/packages/bruno-electron/src/ipc/network/index.js#L639)) is passed into `runPreRequest` and the body is used inside scripts. Where the body is...

> Any solutions? I have the exact same issue. Not really, because it's a bug with electron itself. But a suggestion from another thread was to clear the font cache:...

This is already implemented. Click on the Gear Icon in the Top right corner to open collection settings and then select the auth tab.

Quick idea: Would it be possible to listen to the user focusing another application and then auto saving? Maybe with https://stackoverflow.com/a/12486475? I feel like this would be more intuitive than...

> The flathub website also indicates the package has proprietary source code This is correct. The version distributed via Flathub, GitHub Realeaes etc. includes proprietary code. The Bruno Team has...

I would rather have a `bru.interpolate(target: string): string` function, that can be generally used for all values inside the request. Maybe even a `req.interpolateAll()` that interpolates all values inside the...

I suspect that read/write operations on WSL are sometimes kinda slow. This should normally not freeze the UI, but Bruno mostly uses synchronous operations (`fs.writeSync`) instead of asynchronous (Everything from...